@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Yuji+Boku&family=Yuji+Mai&display=Yuji+Syuku&display=IBM+Plex+Sans+JP&family=swap');



.___________________________________________{
}


a:link {
    text-decoration: none;
    color: #0000ff;
}
a:visited {
    text-decoration: none;
    color: #0000ff;
}
a:active {
    text-decoration: none;
    color: #0000ff;
}
a:hover {
    text-decoration: underline;
    color: #FF0004;
}
img {
	margin: 0px;
}

small {
	padding: 30px 0;
	width: 100%;
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	display: block;
}
.___________________________________________________ {
}
.color-red {
	color: #FF0000;
}
.color-orange {
	color: rgba(255,102,0,1.00);
}
.color-green {
	color: #239A00;
}
.alcon-green1 {
	color: rgba(1,126,66,1.00);
}
.alcon-green2 {
	color: rgba(0,115,58,1.00);
}
.color-black {
	color: #000000;
}
.color-f2 {
	color: #F2F2F2;
}
.color-cc {
	color: #CCCCCC;
}
a.color-white2 {
	color: #FFFFFF;
}
.color-white {
	color: #FFFFFF;
}
.text-xx-large {
	font-size: xx-large;
}
.text-x-large {
	font-size: x-large;
}
.text-arialblack {
	font-family: "Arial Black", Gadget, sans-serif;
}
.text-x-large-arialblack {
	font-size: x-large;
	font-family: "Arial Black", Gadget, sans-serif;
}
.text-large {
	font-size: large;
}
.text-medium {
	font-size: medium;
}
.text-small-70per {
	font-size: 70%;
}
.text-small-80per {
	font-size: 80%;
}
.text-small-85per {
	font-size: 85%;
}
.text-x-small {
	font-size: x-small;
}
.text-xx-small {
	font-size: xx-small;
}
.inline-block{
	display: inline-block;
}
.inline-block-small-70per{
	display: inline-block;
	font-size: 70%;
}


.______________________________________slider6______________________________________{ /* 共通設定 */
}
/* 全体設定 */
.css-carousel-slider6 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.css-carousel-slider6 img {
	width: 100%;
	height: auto;
	vertical-align: top;
	overflow: hidden;
}

/* スライド設定 */
.css-carousel-slider6 .slide-wrap {
	width: 600%;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	z-index: 0;
	animation: css-carousel-slider6 30s infinite;
	animation-delay: 2s;
}
.css-carousel-slider6 .slide-wrap-main {
	width: 100%;
	z-index: 1;
	animation: css-carousel-slider-main6 30s infinite;
	animation-delay: 2s;
}
.css-carousel-slider6 .slide {
	width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider6 {
	0% { transform: translateX(0); }
	
	13.6% { transform: translateX(calc(1 / 6 * -100%)); }
	16.6% { transform: translateX(calc(1 / 6 * -100%)); }
	
	30.3% { transform: translateX(calc(2 / 6 * -100%)); }
	33.3% { transform: translateX(calc(2 / 6 * -100%)); }
	
	46.9% { transform: translateX(calc(3 / 6 * -100%)); }
	49.9% { transform: translateX(calc(3 / 6 * -100%)); }
	
	63.6% { transform: translateX(calc(4 / 6 * -100%)); }
	66.6% { transform: translateX(calc(4 / 6 * -100%)); }
	
	80.3% { transform: translateX(calc(5 / 6 * -100%)); }
	83.3% { transform: translateX(calc(5 / 6 * -100%)); }
	
	97% { transform: translateX(calc(6 / 6 * -100%)); }
	100% { transform: translateX(calc(6 / 6 * -100%)); }
}

@keyframes css-carousel-slider-main6 {
	0% { transform: translateX(100%); }
	83.3% { transform: translateX(100%); }
	97% { transform: translateX(0%);}
}
.____________240617_achilles_aami__________________________________________{
}
#wrapper .contents-002 img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 1px solid #888888;
}
#wrapper .contents-002 .comment_aami {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: -60px;
}
#wrapper .contents-002 a img:hover {
    opacity: 0.5;
    position: relative;
}
.___________________________________________________{
}
.___________________________________________________{
}
.___________________________________________________{
}

.fade___________________________ { /*フェード効果*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade___________________________:hover {/*フェード効果*/
	opacity: 0;
	filter: alpha(opacity=0);
	cursor:crosshair; 
} 


.itembox___________________________:hover {
	cursor:move; 
}
.___________________________________________________{
}
.___________________________________________________{
}
.___________________________________________________{
}


.position-center---------------------------- {   /*ポジションで中央揃え：天地は数値変えてもずれない大丈夫*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.___________________________________________________{
}
.___________________________________________________{
}
.___________________________________________________{
}
.border_____________________________________________{
	border: 1px solid #CCCCCC;
}
.___________________________________________________{
}
.img________________________________________________{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.___________________________________________________{
}
.box-sizing___________________________________________{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.___________________________________________________{
}
.flex________________________________________________{
	
	/* フレックス バリエーション */
	flex-wrap: wrap;  /* 折り返し */
	display: flex;
	align-content: stretch;   /* 縦の位置指定 */
	justify-content:space-between;   /* 両端は0pxで均等配置 */
	justify-content: left;   /* 左揃え */
	justify-content: center;   /* センター揃え */
	justify-content:flex-start;   /* 始点揃え */
	justify-content:flex-end;   /* 終点揃え */
	justify-content:space-around;   /* 両端含め均等配置 */
}



.______hover__transition_______________________________________________{
}

a.transition______________________________ {	/*トランジションーーーーーーーーーーーーーーーーーーーー*/
	transition: all 0.2s;/*	両方に設定する事。マウスアウト時にも効果を持たせる*/
}
a.transition:hover________________________ {	/*トランジションーーーーーーーーーーーーーーーーーーーー*/
	opacity: 0.5;
	text-decoration: none;
	transition: all 0.2s;
}


.______hover__ttransform_______________________________________________{
}

.transform______________________________ {
	transform: translate(-200%, 0%);	/*ーーーX軸Y軸、px・%で指定可能ーーーーーーーーーーーーーーーーーーーー*/
	transition: all 1s;	/*ーーー同時にトランジションも加えるーーーーーーーーーーーーーーーーーーーー*/
}


.______pointer_______________________________________________{
}

.cursor____________________________ {/*ポインターーーーーー*/
	cursor: none;
	cursor: pointer;
	cursor: default;/*矢印ーーーーーー*/
	cursor: move;/*十字矢印ーーーーーー*/
}



.___________________________________________________{
}


.___display_table______________________________________{
}
.parent______________________ {
	display: table;
	width: 100%;
	border: 2px solid red;
	margin-top: 10px;
}
.child________________________ {
	display: table-cell;
	border: 1px solid blue;
}









.___________________________________________________{
}
.anchor-area-adjust01__________________________________ {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}





.___________________________________________________{
}
.___table.border-collapse_______________________________{
}

table.border-collapse----------------------------- {
	border-collapse: collapse;/*table・th・td 全てに指定*/
	border: 1px solid #CCC;
}
table.border-collapse tr th----------------------- {
	border-collapse: collapse;/*table・th・td 全てに指定*/
	border: 1px solid #CCC;
}
table.border-collapse tr td----------------------- {
	border-collapse: collapse;/*table・th・td 全てに指定*/
	border: 1px solid #CCC;
}
.iframe-google-map   {
}
td .iframe-google-map iframe {
}





.___________________________________________{
}
.set-name1 {
    background-color: rgba(253,247,104,1.00);
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(100,100,100,1.00);
}
.set-name2 {
    font-size: 13px;
    line-height: 1em;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 0px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.item-serect1 {
    margin-bottom: 5px;
    border: 1px solid rgba(100,100,100,1.00);
    padding-bottom: 10px;
}
.model-name {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.6em;
}
.flex-model-name {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.6em;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-model-name .left {
    width: 53%;
    height: auto;
}
.flex-model-name .right {
    width: 47%;
    height: auto;
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
#wrapper .contents-002 .catalog01 {
    width: 60%;
    height: auto;
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    border: 1px solid #CCCCCC;
    display: block;
    max-width: 300px;
    max-height: 425px;
    margin-bottom: 60px;
}
#wrapper .contents-002 .catalog01:hover {
    opacity: 0.4;
}
.___________________________________________{
}
.drawer.drawer--left .image-fix {
}
.drawer.drawer--left .image-fix img {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.drawer.drawer--left .image-fix img.testpage360 {
    width: 100%;
    height: auto;
    position: fixed;
    left: auto;
    top: 0px;
    z-index: 0;
    right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.drawer.drawer--left .image-fix img.testpage210224 {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.drawer.drawer--left .image-fix video {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}
._____pagetop______________________________________{
}
#pagetop {
 height: auto;
 float: left;
 position: fixed;
 bottom: 0px;
 right: 0px;
    z-index: 99999;
}
#pagetop a {
	width: 100%;
	height: auto;
	float: left;
	background: #555555;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	opacity: 0.3;
	font-size: 0.7rem;
	font-weight: bolder;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#pagetop a:hover {
 background: #999999;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


._____loader___________________________________ {
}


.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading p{
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
    z-index: 21000;
    font-size: 40px;
    color: #CCCCCC;
    text-align: center;
}

.loading img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #FFF;
  z-index: 2;
}
.________________________________________ {
}
.____drawer_css____________________________________ {
}









/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */


.____base____________________________________ {
}
#container #wrapper #fixedMenu {
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 999;
}
#container #wrapper #fixedMenu .drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	height: 100%;
	color: #222;
	background-color: #FFFFFF;
	opacity: 0.95;
	width: 20.25rem;
}
#container #wrapper #fixedMenu .drawer-brand {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4em;
	display: inline-block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #222;
}
#container #wrapper #fixedMenu .drawer-menu {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0px;
}
#container #wrapper #fixedMenu a.drawer-menu-item {
	font-size: 1rem;
	line-height: 3.5em;
	display: block;
	padding-right: 0.25rem;
	padding-left: 0.75rem;
	text-decoration: none;
	color: #222;
	background-color: transparent;
	opacity: 1;
	text-align: left;
}
#container #wrapper #fixedMenu a.drawer-menu-item:hover {
	background-color: #DEDEDE;
	color: #000000;
}
#container #wrapper #fixedMenu a.drawer-dropdown-menu-item {
	color: #0075F0;
	font-size: 16px;
	line-height: 3.5em;
	position: relative;
	z-index: 0;
}
#container #wrapper #fixedMenu a.drawer-dropdown-menu-item:hover {
	color: #FFFFFF;
	background-color: #DF0104;
	font-weight: bolder;
	text-decoration: none;
}
/*! overlay */
#container #wrapper #fixedMenu .drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
#container #wrapper #fixedMenu .drawer-open .drawer-overlay {
  display: block;
}



.____left____________________________________ {
}

.drawer--left #container #wrapper #fixedMenu .drawer-nav {
	left: -20.25rem;
	-webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--left.drawer-open #container #wrapper #fixedMenu .drawer-nav,
.drawer--left .drawer-hamburger , .drawer--left.drawer-open .drawer-navbar .drawer-hamburger{
  left: 0;
}





.____hamburger____________________________________ {
}

.drawer-hamburger    {
	position: fixed;
	z-index: 104;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 30px;
	padding: 23px 20px 30px 10px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: #000000;
	margin: 0px;
	opacity: 0.5;
}
.drawer-hamburger:hover  {
	cursor: pointer;
	background-color: #000000;
	margin: 0px 0px 50px;
	opacity: 0.5;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 5px;
	margin-left: 3px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #FFFFFF;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
	background-color: #000000;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

._____accessibility___________________________________ {
}

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
#container #wrapper #fixedMenu .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
#container #wrapper #fixedMenu .sr-only-focusable:active, .sr-only-focusable:focus{
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}



._____sidebar___________________________________ {
}

#container #wrapper #fixedMenu .drawer--sidebar {
  background-color: #fff;
}
#container #wrapper #fixedMenu .drawer--sidebar .drawer-contents {
}



.____Navbar_line_bg____________________________________ {
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header {
    opacity: 1;
    z-index: auto;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header .drawer-brand {
	line-height: 1rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}

.____Navbar____________________________________ {
}
#container #wrapper #fixedMenu .drawer--navbarTopGutter {
    padding-top: 3.75rem;
}




#container #wrapper #fixedMenu .drawer-navbar {
	z-index: 102;
	top: 0;
	width: 100%;
}
/*! .drawer-navbar modifier */
#container #wrapper #fixedMenu .drawer-navbar--fixed {
  position: fixed;
}
#container #wrapper #fixedMenu .drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-nav {
	padding-top: 5.25rem;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-menu {
	padding-bottom: 17.5rem;
}








.______Dropdown__________________________________ {
}

#container #wrapper #fixedMenu .drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu-item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 3em;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #222;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
/*! open */
#container #wrapper #fixedMenu .drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
/*! drawer-caret */
#container #wrapper #fixedMenu .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*! open */
#container #wrapper #fixedMenu .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}



._____container___________________________________ {
}

#container #wrapper #fixedMenu .drawer-container {
}





.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}


#video000 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor102 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor103 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor104 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor105 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor106 {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor107 {
    margin-top: -80px;
    padding-top: 80px;
}
	


	
	

.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
 


/*! スマホ用 */

@media screen and (max-width:36em){
	
	
	
	
	

.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
.____smart_phone____media____max_width31px____sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___sp___ {}
    
    
    
.none {
	display: none;
}
.___sp_____________________________________ {
}
.___sp_____________________________________ {
}
.___sp_____________________________________ {
}
.___sp_____________________________________ {
}
.___sp_____________________________________ {
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;   /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
	line-height: 1.6em;
		font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
		font-family: "Roboto", sans-serif;/*欧文ゴシック*/
		font-optical-sizing: auto;
		font-style: normal;
	color: #333333; /* 220614 #666から#333へ変更*/
	margin: 0px;
	font-weight: normal;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -999;
	width: 100%;
	overflow-x: hidden;
}
#container {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
#container #wrapper {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: auto;
    background-color: #FFFFFF;
}
.___________________________________________________________ {}
.___________________________________________________________ {}
.___________________________________________________________ {}
.___________________________________________________________ {}
.___________________________________________________________ {}
.___________________________________________________________ {}
    
    
    
.___sp______mitsumori250611____________________________________________________________________________ {
} 	
#wrapper .contents-mitsumori {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.contents-mitsumori h1 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 27px;
}
#wrapper .contents-mitsumori a.login {
    border: 1px solid rgba(0,0,0,1.00);
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
#wrapper .contents-mitsumori a.login:hover {
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.table-01 {
    border-collapse: collapse;/*table・th・td 全てに指定*/
    width: 100%;
    margin-bottom: 60px;
}	
tr.tr-color {
    background-color: rgba(198,232,255,1.00);
    display: none;
}	
.table-01 td {
    display: block; /* th,td横並び→縦並びに変化----------- */
    border-collapse: collapse;/*table・th・td 全てに指定*/
    border: 0px solid rgba(193,193,193,1.00);
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: normal;
}
.table-01 .td01 {
    width: 100%;
    background-color: rgba(198,232,255,1.00);
    margin-bottom: 20px;
}	
.table-01 .td02 {
    width: 100%;
}
.table-01 .td02 a.item-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
  }
.table-01 .td02 a.item-img img#bottom-space0001 {
    padding-bottom: 10px;
  }
.table-01 .td02 a.item-img:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
.table-01 .td02 a.item-img img {
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.bottom-margin-001 {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.bottom-margin-002 {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-001 {
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-002 {
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-003 {
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.table-01 .td02  .item-img .zoom-icon {
    display: none;
  }
.table-01 .td02  .item-img:hover .zoom-icon {
    display: block;
    position: absolute;
    left: 5%;
    top: 1%;
    width: 10%;
    height: auto;
    border-width: 0px;
  }
.table-01 .td03 {
    width: 100%;
		font-size: clamp(0.9rem, 1.2vw, 1.2rem);
		letter-spacing: 0em;
    line-height: 1.4em;
}	
.table-01 .td04 {
    width: 100%;
}		
.table-01 .td05 {
    width: 60%;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255,0,0,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}	
.table-01 .td05 a {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
}
.table-01 .td05 a:hover {
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.table-01 .td05 .text-sp {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
}
.table-01 .td05 .text-mitei {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
}
    
    
    
.___sp_________________________________top-image-background_______________________ {
}
#top-image-background.bottom-padding-001  {
    padding-bottom: 25%;
}
#top-image-background .fixed-main-photo  {
    position: fixed;
    top: 0px;
    width: 100%;
}
#top-image-background .fixed-main-photo img  {
    width: 100%;
    height: auto;
}
#top-image-background .fixed-main-photo video  {
    width: 100%;
    height: auto;
}
#top-image-background  {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 60%;
}
#top-image-background.bottom-padding-001  {
    padding-bottom: 33%;
}
#top-image-background .logo-1 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.5em, 2.7vw, 2em);
    letter-spacing: 0em;
    line-height: 2.0em;
    font-weight: 600;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1.2%;
    position: absolute;
    top: 0px;
    z-index: auto;
    background-color: rgba(0,0,0,0);
    width: 100%;
    margin-top: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
#top-image-background .logo-2 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.5em, 2.7vw, 2em);
    letter-spacing: 0em;
    line-height: 2.0em;
    font-weight: 600;
    display: block;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1.2%;
    position: absolute;
    top: 0px;
    z-index: auto;
    background-color: rgba(0,0,0,0);
    width: 100%;
    margin-top: 0px;
    text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}  
    
    
.___sp__________________________________contents_______________________________________ {
}
	
#wrapper .contents  {
	margin: 0px auto;
	padding: 0px;
}
#wrapper .contents .section  {
	text-align: left;
	border: 0px solid #CCCCCC;
	padding: 80px 0px 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.6em;
	width: 100%;
}
#wrapper .contents .section .title {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1em;
	font-weight: bolder;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.________________________________________ {
}
.contents .background001 {
    width: 100%;
    background: linear-gradient(#EEEEEE, #FFF);
    padding-top: 0px;
}
.contents p.index-menu02-p01  {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    margin-bottom: 80px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 800px;
}
.contents h2.index-menu02-bar  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.3em;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    background-color: rgba(0,0,0,0.80);
}
.____sp_______________________________________intro______________________________{
}
.intro  {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 100%;
    padding-top: 15%;
}
.intro h1 {
		font-size: clamp(2.3em, 3.8vw, 2.8em);
		letter-spacing: 0em;
		line-height: 1.4em;
		font-weight: 600;
    color: #333333;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 40px;
    padding-top: 0px;
}
.intro h2 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #666666;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}
.intro h3  {
    color: #666666;
    font-size: 21px;
    width: 70%;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
.intro .text-area p {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
p.text-area {
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: -30px;
}
.____sp______intro01_______________________________{
}
.intro01  {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 90%;
}
.intro01 h1 {
    color: #333333;
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.intro01 h2 {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 1em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	background-color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.intro01 .text-area p {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.____sp______intro02_______________________________{
}
.intro02 {
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}
.intro02 h1 {
	color: #333333;
	font-size: 60px;
	line-height: 1.8em;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}
._____sp______intro03_______________________________{
}
.intro03  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
}
.intro03 .text-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.intro03#ordering  {
    margin-top: -60px;
    padding-top: 60px;
}
	
	
	

.intro03 a.menu-ber360index {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: "Arial Black", Gadget, sans-serif;
    display: block;
}
.intro03 a.menu-ber360index:hover {
    background-color: #FF8C00;
    text-decoration: none;
}	
	
	
.intro03 h2 {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 1.3em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
    background-color: rgba(0,0,0,0.40);
    padding-bottom: 7px;
    padding-top: 8px;
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}
.intro03 h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2em;
    width: 80%;
}
.intro03 h3.special {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2em;
    width: 80%;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 0px;
}
.intro03 .text-area p {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.intro03 .text-area .pacset {
    border: 2px solid #FF9700;
}
.intro03 .text-area .pacset h2 {
    background-color: #FF9700;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 0px;
    border-radius: 0;
    margin-bottom: 5px;
}
.intro03 .text-area .pacset p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.intro03 .text-area .pacset img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    display: block;
}	
ul.caption {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
ul.caption li {
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
    
    
  
	
._____sp___________________________index-menu02_____________________________ {
}
.index-menu02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    position: relative;
    text-align: left;
}
.index-menu02 a.zentenkyu {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    margin-bottom: 00px;
    margin-top: 30px;
    position: relative;
    z-index: auto;
    font-size: large;
}
.index-menu02 .smapho01 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4em;
    width: 90%;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FD841A;
    margin-top: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: auto;
    top: 100%;
    display: block;
}
.index-menu02 .smapho01:hover {
    text-decoration: none;
transition-property: opacity;
    transition-duration:0.3s;
    transition-timing-function:ease-in-out;
	opacity: 0.4;
}
.index-menu02 p.movie-title {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #333333;
    width: 90%;
    margin-bottom: 10px;
    text-align: left;
}
.index-menu02 .movie-box{
    width: 90%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 0;
    padding-bottom: 0;
}
.index-menu02 .movie-box iframe{
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
}
.index-menu02 a.box-blank  {
    width: 24%;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
	
}
.index-menu02 a.box-blank:hover  {
    text-decoration: none;
    pointer-events:none;
}
.index-menu02 .box002 {
    display: block;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border: 0px solid #999999;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%;
    position: relative;
}
.index-menu02 .box002 img {
	width: 100%;
	height: auto;
}
.index-menu02 .box002:hover {
    opacity: 0.5;
    text-decoration: none;
    background-color: #D9D9D9;
}
.index-menu02 .box002 span.hh1 {
    font-size: 130%;
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.4em;
    display: block;
    padding-bottom: 7px;
    padding-top: 5px;
    font-weight: bolder;
    background-color: #333333;
    padding-right: 10px;
    border-radius: 50px;
    margin-bottom: 5px;
    width: 90%;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.index-menu02 .box002 span.pp1 {
    color: #333333;
    font-size: 100%;
    line-height: 1.6em;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
.index-menu02 .box002 .specialset {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -27px;
    font-weight: bolder;
    border-radius: 50px;
    background-color: #FF0000;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    right: 0px;
}
.index-menu02 .box002 .nibariki {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -35px;
    left: 0px;
    font-weight: bolder;
    border-radius: 50px;
    background-color: #FF0000;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
	

.___sp____00______scroll______________________________{
}	

.scroll_list{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 80%;  /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;  /* 横スクロールの指定 */
    overflow-y: hidden;  /* 縦スクロールの指定 */
    white-space: nowrap;  /* 横スクロールの指定 */
    overflow-scrolling: touch;  /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    max-width: 780px;
    height: 200px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-caption01 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 80%;
    max-width: 780px;
    padding: 0px;
    text-align: left;
    color: #333333;
}
.scroll_list li{
    display: inline-block;  /* 横並びにする指定 */
    list-style: none;
    width: 250px;
    height: 250px;
    margin-top: 0px;
}
.scroll_list li p.list-caption02 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.scroll_list li iframe{
    width: 100% !important;
    height: auto !important;
}
.scroll_list li img{
    width: 100% !important;
    height: auto !important;
}
.list1{
  margin-left: 0;
}
.list2, .list3{
    margin-left: 10px;
}


	

._____02________flex-test-menu______________________________________{
}	
.flex-test-menu {
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: center; /* センター揃え */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    max-width: 900px;
}
.flex-test-menu .movie01  {
    text-decoration: none;
    width: 29%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 60px;
    transition-duration: 0.2s;
    border-radius: 10px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
}
.flex-test-menu .movie01:hover  {
    text-decoration: none;
    opacity: 0.7;
}
.flex-test-menu .movie01 .boat-spec {
    font-size: 18px;
    line-height: 3em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
.flex-test-menu .movie01 img {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
}
	

	
		
	
	
.____sp_____01______flex-product01______________________________________{
}
.flex-product01 {
  flex-wrap: wrap; /* 折り返し */
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: center; /* センター揃え */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.flex-product01 .blank {
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flex-product01 a {
}
.flex-product01 .movie01  {
    width: 46%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 60px;
    transition-duration: 0.2s;
    border-radius: 0px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
}
	
	
.flex-product01 .movie01 .tilt01  {
    color: #FF0004;
    display: inline-block;
    border: 1px solid #FF0004;
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.flex-product01 .movie01 .tilt02  {
    color: #008E14;
    display: inline-block;
    border: 1px solid #008E14;
    background-color: #FFF7C4;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
	
.flex-product01 .movie01 a  {
    text-decoration: none;
}
.flex-product01 .movie01 a:hover  {
    text-decoration: none;
}
.flex-product01 .movie01 img {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: auto;
}
.flex-product01 .movie01 a.smapho01  {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 0px;
    background-color: #F2F2F2;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    display: block;
    width: 100%;
}
.flex-product01 .movie01 a.pc01  {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 0px;
    background-color: #F2F2F2;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    display: none;
    width: 100%;
}
.flex-product01 .movie01 a.smapho01:hover  {
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 .movie01 a.pc01:hover  {
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 .boat-spec {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
	
	
.flex-product01 .movie01 .koushin {
    color: #FF0004;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 7px;
    border-radius: 0px;
    border: 1px solid #FF0044;
    background-color: #FFFFFF;
}
.flex-product01 a:hover  {
	background-color: #E7E7E7;
    text-decoration: none;
}
.flex-product01 a img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.flex-product01 a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 2em;
	margin-top: -5px;
}
.flex-product01 a .boat-color {
    color: #666666;
    font-size: 12px;
    line-height: 2.5em;
}
.flex-product01 a .boat-plice {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.2em;
}
.flex-product01 a .boat-spec {
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
}
.flex-product01 a .engine {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bolder;
    text-align: center;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 13px;
    padding-bottom: 9px;
    padding-left: 7px;
    padding-right: 7px;
}
.flex-product01 a .specialtop {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -1px;
    left: 2px;
    font-weight: bolder;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.flex-product01 a .bodycolor {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 100px;
    right: 5px;
    font-weight: bolder;
    text-align: right;
}
.flex-product01 a .bodycolor2 {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 85px;
    right: 5px;
    font-weight: bolder;
    text-align: right;
}
.flex-product01 a .bodycolor3 {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 120px;
    font-weight: bolder;
    text-align: center;
    left: 50px;
}
.flex-product01 a .bodycolor4 {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 5px;
    left: 10px;
    font-weight: bolder;
    text-align: left;
}
.flex-product01 a .new-design  {
    position: absolute;
    top: 37%;
    left: 20%;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #FF0004;
}
iframe.vrview {
    width: 80%;
    min-width: 0px;
    text-align: center;
    height: 200px;
    margin-bottom: 60px;
    padding-top: 0px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
      
  	
.______________policy_____________________________{
}
.policy  {
    text-align: center;
    border: 0px solid #CCCCCC;
    padding-top: 0px;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 5%;
    padding-right: 5%;
}
.policy .list_box001   {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
}
.policy .list_box001 h2   {
    text-align: left;
    font-size: 1.05rem;
    border-width: 0px;
    border: 0px solid #20A5FF;
    color: #20A5FF;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.policy .list_box001 img   {
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}
.policy .list_box001 p   {
    text-align: left;
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.policy .list_box001 ol {
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    list-style-position: outside;
    padding-left: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.policy .list_box001 ol hr.shikiri001  {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: -30px;
    margin-bottom: 0px;
    border-top: 1px solid #CCCCCC;
    height: 0px;
}
.policy .list_box001  ol h2  {
    margin-left: -30px;
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.policy .list_box001 ol li {
	padding-bottom: 15px;
	font-size: 1rem;
}
    
  


._________101__________company-flex__________________________ {
}
.profile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border-bottom: 1px solid #CCCCCC;
}
.profile .company-flex {
    padding-bottom: 20px;	
}
.profile .company-flex p {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    padding-top: 7px;
    padding-bottom: 6px;
    margin: 0px;
    padding-left: 20px;
    color: #333333;
}
.profile .company-flex .left  {
    width: 100%;
    background-color: #F2F2F2;
}
.profile .company-flex .right  {
    width: 100%;
}
.profile .company-flex iframe  {
    width: 100%;
}	
  
	
.______________photo-flex_____________________________{
}
.photo-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.photo-flex a {
    width: 40%;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: none;
}
.photo-flex a:hover {
    background-color: #F2F2F2;
    text-decoration: none;
}
.photo-flex a img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}  	
	

.____sp________________________________formWrap____________________________________________________ {
}


#formWrap #progress {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1em;
		font-weight: 400;
    background-color: #f1f1f1;
    width: 96%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #CCC;
    text-align: center;
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
}
#formWrap #progress span {
	color: #039;
	font-weight: normal;
}
#formWrap {
    width: 90%;
    color: #333;
    line-height: 150%;
    font-size: 120%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}
#formWrap .return input {
    font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
}
#formWrap form .judge {
    text-align: center;
}
#formWrap form .judge input {
    font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
#formWrap h2 {
    font-size: clamp(1.15em, 2.0vw, 1.42em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 800;
    color: #3CF;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#formWrap p {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#formWrap div h4 {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #F00;
	text-align: left;
}
#formWrap h5 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#formWrap p .hissu {
	color: #C00;
}
#formWrap form #soushin {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
}
#formWrap form #soushin input {
    padding: 6px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
}
#formWrap form {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    width: 100%;
}
#formWrap form Table  {
    border: 0px solid #ccc;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
}
#formWrap form Table tr th {
    display: block; /* th,td横並び→縦並びに変化----------- */
    font-size: clamp(0.85em, 1.4vw, 1em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-bottom: 5px;
    border-width: 0px;
}
#formWrap form table tr th .hissu {
	color: #C00;
}
#formWrap form Table tr td {
    display: block; /* th,td横並び→縦並びに変化----------- */
    font-size: clamp(0.85em, 1.4vw, 1em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0px;
}
#formWrap form table tr td .hissu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #C00;
}
#formWrap form table tr td select {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
} 	

._____sp____#footer________________________________{
}
#footer  {
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 0px;
}
#footer #copyright   {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    background-color: #333333;
    text-align: center;
    color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.____sp____footer-flex_______________________________ {
}
.footer-flex  {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	padding-top: 60px;
	padding-bottom: 30px;
	margin: 0px auto;
	width: 80%;
}
.footer-flex .box {
	margin-bottom: 40px;
}
.footer-flex h2 {
		font-size: clamp(1.15em, 2.0vw, 1.42em);
		letter-spacing: 0em;
		line-height: 1.4em;
		font-weight: 800;
	text-align: center;
	color: #666666;
	padding: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 0px;
	display: block;
	text-decoration: none;
}
.footer-flex #left {
	width: 100%;
}
.footer-flex #left a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.footer-flex #left a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
}
.footer-flex #center {
    width: 100%;
    text-align: center;
}
.footer-flex #center p {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #333333;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-flex #center p a {
    color: #333333;
    text-decoration: none;
}
.footer-flex #center p a:hover {
    color: #FFAA00;
    text-decoration: none;
}
.footer-flex #right {
    width: 100%;
}
.footer-flex #right iframe {
    width: 100%;
    height: auto;
    text-align: right;
    min-height: 200px;
}
	
	
  
  
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}  
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}  
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}  
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.____sp_______________________________________top-image______________________________ {
}
#top-image .zip-area #zip .tel-heading {
    color: #FFFFFF;
}
#top-image .main   {
    width: 100%;
    height: auto;
}
#top-image .top-area   {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #000000;
	opacity: 0.5;
	z-index: 3;
	text-align: left;
	height: 60px;
}
#top-image-background #top-image .zip-area a.creation-design {
		font-size: clamp(2.43em, 4.0vw, 2.86em);
		letter-spacing: 0em;
		line-height: 1.4em;
		font-weight: 800;
		font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
		font-optical-sizing: auto;
		font-style: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 23px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#top-image-background #top-image .zip-area a.creation-design:hover {
    text-decoration: none;
    color: #00A8FF;
}
#top-image-background #top-image .zip-area a.creation-design2 {
    z-index: 4;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    position: absolute;
    left: 20px;
    margin: auto;
    top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    line-height: 1.3em;
}
#top-image-background #top-image .zip-area a.creation-design2:hover {
    text-decoration: none;
    color: #00A8FF;
}
#top-image .zip-area a .logo_01 {
	position: absolute;
	top: 8px;
	/* [disabled]left: 70px; */
	z-index: 990;
	width: 120px;
	height: auto;
	right: 50px;
}
#top-image .zip-area .logo_02 {
	position: absolute;
	top: 1px;
	/* [disabled]left: 70px; */
	z-index: 990;
	width: 120px;
	height: auto;
	left: 70px;
	
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-top: 7px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#top-image .zip-area #kong-image {
	position: absolute;
	top: 5px;
	/* [disabled]left: 70px; */
	z-index: 999;
	width: 50px;
	height: auto;
	right: 5px;
}
#top-image .zip-area #zip {
	position: absolute;
	right: 5%;
	top: 20px;
	z-index: 5;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	line-height: 1.4em;
}
#top-image-background a.blog {
    color: #FFFFFF;
    position: absolute;
    top: 65px;
    right: 5px;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 12px;
    line-height: 1.6em;
    display: inline-block;
    border: 1px solid #06C0CF;
    background-color: rgba(0,0,0,0.50);
    padding-left: 12px;
    padding-right: 12px;
    z-index: 999;
}
#top-image-background a.blog:hover {
    color: #000000;
    border: 1px solid #000000;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
}
    
    

    
    
.________SP_______2023-kousei________________________________{
}
#wrapper .contents-kousei {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
#wrapper .contents-kousei .nav-box-top {
}
#wrapper .contents-kousei .gradient-box01 {
    background: linear-gradient(180deg, #F2F2F2, #FFFFFF);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
}
#wrapper .contents-kousei .gradient-box01 .setsumei{
    color: #333333;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: -10px;
    border: 2px solid #FF0004;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 5%;
} 
#wrapper .contents-kousei .gradient-box01 .setsumei img{
    display: inline-block;
    width: 30px;
    height: auto;
}  
#wrapper .contents-kousei h1 {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
#wrapper .contents-kousei h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: normal;
    text-align: left;
    border-bottom: 3px solid #D9D9D9;
}
#wrapper .contents-kousei p {
    margin-bottom: 0px;
    color: #333333;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#wrapper .contents-kousei .flex-kousei {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}
#wrapper .contents-kousei .flex-kousei#no-flex {
    display: block;
}
#wrapper .contents-kousei .flex-kousei#no-flex2 {
    display: block;
}
#wrapper .contents-kousei .flex-kousei#linkbox01 {
    margin-top: 20px;
    padding-top: 80px;
    border-top: 1px solid #CCCCCC;
    padding-bottom: 0px;
}
#wrapper .contents-kousei .flex-kousei p.tsuika01 {
    text-align: left;
    position: absolute;
    top: -15px;
    left: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 48%;
    position: relative;
    display: block;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    transition: all 0.2s;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}
#wrapper .contents-kousei .flex-kousei a.kousei-box001:hover {
    color: #FF0000;
	opacity: 0.5;
	text-decoration: none;
	transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei .kousei-box-blank {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1%;
    padding-right: 1%;
    width: 48%;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 img {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 img.movie001 {
    padding-bottom: 60px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 p {
    font-size: 16px;
    display: block;
    line-height: 1.4em;
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 p span.kouryou {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    background-color: #0564FF;
    font-weight: bolder;
    border-radius: 15px;
    width: auto;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.new {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 10px;
    margin: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.old-data {
    font-size: 32px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -30px;
    bottom: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    margin: 0px;
    transform: scale(0.70, 1);
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.before {
    font-size: 24px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -35px;
    bottom: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.60, 1);
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h4.all-page {
    font-size: 16px;
    color: #00BCF2;
    padding-top: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #00BCF2;
    background-color: #FFFFFF;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 48%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    z-index: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    transition: all 0.2s;
    margin-left: 1%;
    margin-right: 1%;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002#k-box003 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002#k-box004 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#wrapper .contents-kousei .flex-kousei a.kousei-box002:hover {
    color: #FF0000;
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei .kousei-box-blank002 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 img.movie001 {
    padding-bottom: 60px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 p {
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 1.2em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 p span.kouryou {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    background-color: #0564FF;
    font-weight: bolder;
    border-radius: 15px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.new {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    left: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.old-data {
    font-size: 36px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.70, 1);
    left: 25px;
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.before {
    font-size: 21px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -25px;
    bottom: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.60, 1);
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.continu {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: 5px;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #333333;
    background-color: #FFFA85;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.teisei {
    font-size: 18px;
    color: #00A348;
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: 5px;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #00A348;
    background-color: #B8FFBC;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h4.all-page {
    font-size: 16px;
    color: #00BCF2;
    padding-top: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #00BCF2;
    background-color: #FFFFFF;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: auto;
}
    
    
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 {
    position: relative;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.new {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    position: absolute;
    left: -5px;
    bottom: -40px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.youtube {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    position: absolute;
    left: -5px;
    bottom: -40px;
    line-height: 1.2em;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.old-data {
    font-size: 36px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.70, 1);
    position: absolute;
    left: -30px;
    bottom: -40px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.before {
    font-size: 18px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    position: absolute;
    left: -35px;
    bottom: -25px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.continu {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #333333;
    background-color: #FFFA85;
    position: absolute;
    left: -12px;
    bottom: -30px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.teisei {
    font-size: 14px;
    color: #00A348;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #00A348;
    background-color: #B8FFBC;
    position: absolute;
    left: -12px;
    bottom: -25px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.teisei2 {
    font-size: 18px;
    color: #006EFF;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #006EFF;
    background-color: #CCE1FF;
    position: absolute;
    left: -12px;
    bottom: -30px;
    text-align: left;
} 
#wrapper .contents-kousei .flex-kousei .kousei-box0033 {
    display: block;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
    
    
#wrapper .contents-kousei .flex-kousei .kousei-box0033:hover {
    color: #FF0000;
}
#no-flex2 .kousei-box0033 .width50per {
}
    
    
    
    
    
    
._______________________________________________{
}
    
   
.nav-box-top .gradient-box01 .flex-kousei-lr {
    /* フレックス バリエーション */
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    /* justify-content:space-around;   /* 両端含め均等配置 */
    justify-content: left;    /* 左揃え */
    padding-left: 3%;	 /* justify-content:space-between;   /* 両端は0pxで均等配置 */
    padding-right: 3%;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-01 {
    width: 40%;
    background-color: #DDF9C9;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-02 {
    width: 60%;
    background-color: #FBFAA4;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-03 {
    width: 100%;
    background-color: #BAEEFA;
    display: block;
    margin-left: 0%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
    
  
._______________________________________________{
}
.gradient-box01 .movie-kousei {
    /* フレックス バリエーション */
    flex-wrap: wrap;
    align-content: stretch;   /* 縦の位置指定 */
    /* justify-content:space-around;   /* 両端含め均等配置 */
    justify-content: left;    /* 左揃え */
    padding-left: 0%;	 /* justify-content:space-between;   /* 両端は0pxで均等配置 */
    padding-right: 0%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gradient-box01 .movie-kousei .movie-left {
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gradient-box01 .movie-kousei .movie-right {
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0px dotted #8B8B8B;
}
.gradient-box01 .movie-kousei .title-tentboat  {
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #666666;
    font-size: 16px;
    display: block;
    padding-left: 1%;
    padding-right: 1%;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
   
  
._______________________________________________{
}  
    
    
    
    

    
    
#wrapper .contents-kousei .link-flex {
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 100px;
    margin-right: 0px;
    text-align: left;
    border: 0px solid #CCCCCC;
}
#wrapper .contents-kousei .link-flex .left {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    background: linear-gradient(135deg, #F2F2F2, #FFFFFF);
    padding-top: 20px;
    padding-bottom: 20px;
}
#wrapper .contents-kousei .link-flex .left a {
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    display: block;
}
#wrapper .contents-kousei .link-flex .left a.cre {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #666666;
}
#wrapper .contents-kousei .link-flex .left a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#wrapper .contents-kousei .link-flex .right {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background: linear-gradient(135deg, #F2F2F2, #FFFFFF);
    padding-top: 20px;
    padding-bottom: 20px;
    }
#wrapper .contents-kousei .link-flex .right a {
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    display: block;
}
#wrapper .contents-kousei .link-flex .right a:hover {
    color: #FF0000;
    text-decoration: underline;
} 
#wrapper .contents-kousei a.link-button-bousai {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #FBB03C;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1.4em;
}
#wrapper .contents-kousei a.link-button-bousai:hover {
    text-decoration: none;
    opacity: 0.5;
}
    
    
    
    
    
.___SP______________________________________________________________________2023-baketsu___________________________________________{
}
body.baketsu {
    font-size: 14px;   /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333; /* 220614 #666から#333へ変更*/
    margin: 0px;
    font-weight: normal;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -999;
    width: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
.contents-baketsu {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
.contents-baketsu h1 {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.contents-baketsu h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 50px;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 10px;
    background-color: #D6D6D6;
    font-weight: normal;
}
#wrapper .contents-baketsu .flex-baketsu {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    background-color: #F2F2F2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 80px;
    margin-right: 0px;
}
#wrapper .contents-baketsu .flex-baketsu .box001 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#wrapper .contents-baketsu .flex-baketsu .box-blank {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper .contents-baketsu .flex-baketsu .box001 img {
    margin: 0px;
    display: block;
    padding: 0px;
    width: 100%;
    height: auto;
}
#wrapper .contents-baketsu .flex-baketsu .box001 p {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
}
.________________________________________________________________________2023_kioicho_________________________{
}
body.kioicho {
    font-size: 14px;   /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333; /* 220614 #666から#333へ変更*/
    margin: 0px;
    font-weight: normal;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -999;
    width: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
.contents-kioicho {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
.contents-kioicho h1 {
    color: #333333;
    font-size: 36px;
    line-height: 1.3em;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
    
.contents-kioicho h2{
    color: #333333;
    font-size: 21px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #FBB03C;
    padding-top: 3px;
    padding-bottom: 2px;
    display: inline-block;
    width: 100%;
}
    
.contents-kioicho h2.color001{
    background-color: #33CCFF;
    color: #000000;
}
    
.contents-kioicho .setsumei{
    color: #333333;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 0px;
    border: 2px solid #FF0004;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 5%;
} 
.contents-kioicho .setsumei img{
    display: inline-block;
    width: 30px;
    height: auto;
} 
.contents-kioicho a.setsumei{
    padding-top: 15px;
} 
.contents-kioicho a.setsumei:hover{
    background-color: #2434E0;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #2434E0;
} 
    
    
    
    
    
    
    
._______________________________________________{
}
.flex-kioicho {
	flex-wrap: wrap;  /* 折り返し */
	display: flex;
	align-content: stretch;   /* 縦の位置指定 */
	justify-content: space-between;   /* 両端は0pxで均等配置 */
	justify-content: left;   /* 左揃え */
	padding-top: 50px;
	padding-left: 0%;
	padding-right: 0px;
	padding-bottom: 80px;
	background-color: #F2F2F2;
	position: relative;
}
.flex-kioicho .box001 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flex-kioicho .box001 img.img0001 {
    display: block;
    width: 100%;
    margin: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.flex-kioicho .box001 video{
    display: block;
    width: 100%;
    margin: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
}


.flex-kioicho .box001 p {
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: normal;
}
.flex-kioicho .box001 p.cap1 {
    text-align: left;
    color: #333333;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: normal;
}
.flex-kioicho .box001 h4 {
	position: absolute;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	background-color: #00BCF2;
	display: block;
	left: 4px;
	top: -55px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.flex-kioicho .box001 a.zengamen {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    background-color: #FB923C;
    display: block;
    right: 0px;
    top: -35px;
    text-align: right;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.flex-kioicho .box001 a.zengamen:hover {
	background-color: #FF0000;
}



.flex-kioicho .box001 .box-youtube {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flex-kioicho .box001 .box-youtube iframe {
	position: absolute;
	top: -2px;
	right: 0;
	left: 4px;
	width: 100% !important;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}   
    
    
    
.________________box002_______________________________{
}
.flex-kioicho .box002 {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flex-kioicho .box002 img.img0001 {
    display: block;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: auto;
}
.flex-kioicho .box002 .video0001 {
	display: block;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-kioicho .box002 p {
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: bolder;
}

.flex-kioicho .box002 p.cap1 {
    text-align: left;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: normal;
}
.flex-kioicho .box002 h4 {
	background-color: #FF0004;
	position: absolute;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: block;
	left: 4px;
	top: -55px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.flex-kioicho .box002 a.zengamen {
	position: absolute;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	background-color: #FB923C;
	display: block;
	right: 0px;
	bottom: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: right;
	text-decoration: none;
}
.flex-kioicho .box002 a.zengamen:hover {
	background-color: #FF0000;
}

.flex-kioicho .box002 .box-youtube {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flex-kioicho .box002 .box-youtube iframe {
	position: absolute;
	top: -2px;
	right: 0;
	left: 4px;
	width: 100% !important;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
    
 
.____2023_nanga_catalog_________________________{
}
.catalog-allpage {
    width: 80%;
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    display: block;
    margin-top: 0px;
}
.catalog-allpage:hover {
    opacity: 0.4;
    text-decoration: none;
}
.catalog-allpage img {
    width: 100%;
    height: auto;
    display: block;
}
.catalog-allpage h1 {
    color: #333333;
    line-height: 1.8em;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-top: 90px;
    margin-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    display: none;
    text-align: center;
}
.catalog-allpage p {
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
p.caption-page{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}
    
    
    
.flex-catalog-split {
    /* フレックス バリエーション */
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
    margin-top: 0px;
} 
.flex-catalog-split .catalog-split2023 {
    display: block;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    transition: all 0.2s;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-catalog-split .catalog-blank {
    display: block;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.flex-catalog-split a.catalog-split2023:hover{
    opacity: 0.4;
    transition: all 0.2s;
}
.flex-catalog-split a.catalog-split2023 img {
    width: 100%;
    height: auto;
    border: 1px solid #CCCCCC;
}
.flex-catalog-split .catalog-blank img {
    width: 100%;
    height: auto;
    border: 1px solid  rgba(51,112,121,0);
}
.flex-catalog-split a.catalog-split2023 p {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 8px;
    border-radius: 16px;
    padding-right: 8px;
    background-color: #000000;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}
.flex-catalog-split a.catalog-split2023 p.casual {
    background-color: #FF8800;
} 
.________________________________________ {
}
.faq  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 90%;
    margin-top: 0px;
}
.faq h3  {
    font-size: 240%;
    color: #000000;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.faq ol  {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    list-style-position: outside;
}
.faq ol li  {
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 180%;
    line-height: 2.5em;
}
.answer  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    width: 85%;
    padding-right: 0px;
}
.answer h3  {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    background-color: #666666;
    text-align: center;
    line-height: 1em;
    font-size: 240%;
    padding-bottom: 10px;
    padding-top: 11px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.answer ol  {
    border-left-color: #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 60px;
    list-style-position: outside;
}
.answer ol li  {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /* [disabled]padding-left: 30px; */
    padding-top: 20px;
    font-size: 150%;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.answer ol li span  {
    color: #FF0004;
    padding-bottom: 15px;
    display: block;
    font-size: 130%;
}
.answer ol li ul.knowledge  {
    list-style-position: outside;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 30px;
    font-size: 66%;
    line-height: 1.6em;
    list-style-type: disc;
}
.answer ol li ul.knowledge li  {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}
    
    
    
    
    
.____________________________________________________________________________________________ {
}
.use_shopping  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 90%;
    margin-top: 0px;
}
.use_shopping p {
    padding-top: 40px;
    padding-right: 100px;
    padding-left: 100px;
    background-color: #4EBFF8;
    color: #FFFFFF;
    font-size: 180%;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
    text-indent: -37px;
    padding-bottom: 20px;
}
.use_shopping p.tow-digits {
    text-indent: -58px;
}
.use_shopping p span {
    font-size: xx-large;
    font-style: italic;
    font-weight: bolder;
    padding-right: 5px;
}
.use_shopping .cart_image  {
	padding: 20px 30px 30px;
	background-color: #4EBFF8;
}
.use_shopping .cart_image img  {
	max-width: 100%;
	margin: 0px;
}

	
	
	
	

.__________________________________________________________________policy-kong_______ {
}
.policy-kong {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: 150%;
	line-height: 1.5em;
}
.policy-kong p {
}
.policy-kong ol {
}
.policy-kong ol li {
	margin-bottom: 40px;
	list-style-type: decimal;
}
.policy-kong ol li ul {
}
.policy-kong ol li ul li {
	margin-bottom: 0px;
	list-style-type: square;
}	
	


.____sp________________________________________________form-area____________________________________________________ {
}
#form-area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#form-area h1 {
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
}
#form-area .flex-cart-BOX {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F2F2F2;
}
#form-area .flex-cart-BOX .left {
	width: 64%;
	text-align: center;
	padding-bottom: 20px;
}
#form-area .flex-cart-BOX .left img {
	width: 100%;
	height: auto;
}
#form-area .flex-cart-BOX .left p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto 20px;
	padding: 0px;
	color: #333333;
	width: 60%;
}
#form-area .flex-cart-BOX .left h3 {
	font-size: 18px;
	line-height: 1em;
	padding: 0px;
	margin: 0px auto 20px;
	color: #000000;
	width: 80%;
}
#form-area .flex-cart-BOX .left form {
	width: 100%;
}
#form-area .flex-cart-BOX .left form input {
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
#form-area .flex-cart-BOX .right {
	width: 34%;
	padding-right: 2%;
	font-size: 11px;
	line-height: 1em;
}
#form-area .flex-cart-BOX .right h3 {
	text-align: center;
	padding: 10px 0px 8px;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	font-size: 18px;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table {
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table tbody tr th {
	width: 55%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
}
#form-area .flex-cart-BOX .right table tbody tr td {
	width: 40%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
	padding-right: 5%;
}
#form-area .flex-cart-BOX .right p  {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 5px;
}

._____sp_____00_____famiry______________________________________{
}
.section .shikiri-line {
    border-top: 1px solid #CCCCCC;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 40px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: -20px;
}
.section .famiry {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 1.6em;
	width: 70%;
}
.section .famiry#top {
}
.section .famiry .left {
	padding: 0px;
	text-align: left;
	margin-bottom: 40px;
	width: 100%;
}
.section .famiry .left img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.section .famiry .right {
	padding: 0px;
	text-align: left;
	width: 100%;
	margin-bottom: 40px;
}
.section .famiry .right img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.section .famiry .right p {
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 0px 10px;
}
.____sp______00______safety______________________________________{
}
.section .safety {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 30px;
	width: 70%;
}
.section .safety h2 {
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	display: block;
	background-color: #06C0CF;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.____sp----mail---------------------------------------------- {
}
	
#box-form {
	width: 90%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 60px;
}
#box-form form#m-form h2 {
	margin-bottom: 30px;
	font-size: 1.2rem;
	margin-left: -10px;
	text-align: left;
	padding-top: 20px;
}
#box-form form#m-form p {
	text-align: left;
}
#m-form {
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	max-width: 100%;
	width: 95%;
}
#m-form strong{color:#336699;}
#m-form .hissu{
	color:#CD0920;
	font-size:12px;
}
#m-form .pan{
	color: #777777;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #F9F9F9;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 100%;
}
#m-form .send{
	text-align:center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#m-form .message{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
}
#m-form .info{
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#m-form table{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	max-width: 100%;
}
#m-form th{
	background: #f1f1f1;
	text-align: left;
	width: 28%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	vertical-align: top;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#m-form td{
	background: #fafafa;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 68%;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#m-form td.text_area {
	background:#fafafa;
	font-size:12px;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	width: 98%;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#m-form th.top{
	width: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form td.top{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	width: 327px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#m-form textarea{
	max-width: 100%;
	width: 98%;
}
#m-form table.preview th{
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form table.preview td{
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form .error_message{
	border: 1px solid #dd3300;
	background: #fee1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9rem;
	color: #dd3300;
	margin-bottom: 20px;
}

	
._____00_____contents-bottom index-menu02________________________________________________ {
}
#contents-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto;
    padding-top: 110px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 100%;
    max-width: 800px;
}
#contents-bottom p.index-menu02-p01  {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    font-size: 150%;
    line-height: 1.6em;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#contents-bottom .index-menu02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding-left: 0%;
    padding-right: 0%;
    border: 0px solid #06C0CF;
    padding-top: 10px;
}
#contents-bottom .index-menu02 a.box-blank  {
    width: 150px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
#contents-bottom .index-menu02 a.box-blank:hover  {
    text-decoration: none;
    pointer-events:none;
	background-color: transparent;
}
#contents-bottom .index-menu02 .box002 {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    border: 0px solid #06C0CF;
    padding-bottom: 10px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    padding-top: 10px;
}
#contents-bottom .index-menu02 .box002 span.hh1 {
    font-size: 120%;
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.2em;
    display: block;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    padding-left: 5px;
    font-weight: bolder;
    background-color: #7F7F7F;
    padding-right: 5px;
    border-radius: 50px;
    margin-bottom: 5px}
#contents-bottom .index-menu02 .box002 span.pp1 {
    color: #333333;
    font-size: 100%;
    line-height: 1.4em;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
	

	
	
	
	
/* ここから----- .prebiew---------*/


._______sp_____01______fb_preview________________________ {
}



.fb_preview {
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 20px;
    margin-left: auto;
    max-width: 400px;
}
.fb_preview .itembox {
    border: 1px solid #CCC;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding-top: 20px;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    max-width: 76%;
}
.fb_preview .itembox p  {
    text-align: left;
    font-size: 16px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 70%;
    line-height: 1.6em;
}
.fb_preview .itembox .engine002 {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
    border-radius: 180px;
    background-color: #FF0000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 999;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.fb_preview .itembox .engine002 .text-xx-large {
    font-size: 32px;
    line-height: 1em;
}
.fb_preview .itembox img.engine99  {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fb_preview .itembox img.engine  {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fb_preview .itembox h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    font-weight: bolder;
    color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-top: 0px;
}
.fb_preview .itembox h2 span{
	font-size: 70%;
	display: block;
}
.fb_preview .itembox h5 {
	font-size: 13px;
	line-height: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 5px;
}
.fb_preview .itembox .engine-set {
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	position: absolute;
	top: 110px;
	left: 20px;
	font-weight: bolder;
	text-align: center;
	border-radius: 180px;
	background-color: #FF0000;
	padding-top: 26px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 999;
}
.fb_preview .itembox .special-set {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    position: absolute;
    top: 110px;
    left: 20px;
    font-weight: bolder;
    text-align: center;
    border-radius: 180px;
    background-color: #FF0000;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999;
}
.fb_preview .itembox .flex-boat {
}
.fb_preview .itembox .flex-boat .left {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.fb_preview .itembox .flex-boat .left img {
	width: 100%;
	height: auto;
}
.fb_preview .itembox .flex-boat .left p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
    color: #333333;
    width: 60%;
    text-align: left;
}
.fb_preview .itembox .flex-boat .left h3 {
	font-size: 16px;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fb_preview .itembox .order-h3  {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bolder;
    font-size: 16px;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    color: #FFFFFF;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #000000;
}
.fb_preview .itembox  form   {
    font-size: 13px;
    line-height: 1.6em;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fb_preview .itembox form .price-red   {
	color: #FF0000;
	font-size: 120%;
}
.fb_preview .itembox form .button {
    color: #000000;
    width: 60%;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 4px;
    line-height: 1.4em;
    background-color: #DBDBDB;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fb_preview .itembox form .button:hover {
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
}
.fb_preview .itembox .flex-boat .right {
    width: 80%;
    font-size: 12px;
    line-height: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fb_preview .itembox .flex-boat .right h3 {
	text-align: center;
	padding: 10px 0px 8px;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	font-size: 18px;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
}
.fb_preview .itembox .flex-boat .right p {
    line-height: 1.6em;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list {
	padding-top: 15px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list h4 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list h5 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #000000;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list ul  {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-position: inside;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list ul li {
	margin: 0px;
	list-style-position: outside;
	line-height: 1.4em;
	padding-left: 15px;
}
.fb_preview .itembox .flex-boat .right table {
    background-color: #FFFFFF;
    width: 100%;
}
.fb_preview .itembox .flex-boat .right table tr th {
    width: 55%;
    border-bottom: 1px solid #CCCCCC;
    margin: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 90%;
}
.fb_preview .itembox .flex-boat .right table tr td {
    width: 40%;
    border-bottom: 1px solid #CCCCCC;
    margin: 0px;
    padding-left: 0px;
    text-align: right;
    padding-right: 5%;
    font-size: 100%;
}
.fb_preview .itembox .flex-boat .right table tr td p {
    line-height: 1.3em;
    font-weight: normal;
    color: #333;
    margin: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 5px;
    text-align: left;
}
.fb_preview .itembox .flex-boat .right table tr td h4 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	color: #F60;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
	
	

    
._____02________table.spec______________________________________{
}
.spec-table   {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: -80px;
    margin-bottom: 120px;
}
tbody tr.top {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 13px;
}
tbody tr.bottom {
    color: #FF0000;
}
tbody tr th {
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000000;
}
tbody tr th.top-left  {
    background-color: #000000;
}
tbody tr th.red {
    color: #FF0000;
}
tbody tr td {
    width: 18%;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}
tbody .bottom td form .button  {
    font-size: 8px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    line-height: 2em;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
}
tbody .bottom td form .button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.________________________________________________________ {
}
#tohatsu01,#tohatsu02,#tohatsu03,#tohatsu04{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: -80px;
    margin-bottom: 120px;
}
#tohatsu01 tbody tr th, #tohatsu02 tbody tr th, #tohatsu03 tbody tr th, #tohatsu04 tbody tr th   {
    width: 14%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000000;
}
#tohatsu01 tbody tr th.top-left, #tohatsu02 tbody tr th.top-left, #tohatsu03 tbody tr th.top-left, #tohatsu04 tbody tr th.top-left   {
    background-color: #000000;
    color: #FFFFFF;
}
#tohatsu01 tbody tr th.red,#tohatsu02 tbody tr th.red,#tohatsu03 tbody tr th.red,#tohatsu04 tbody tr th.red {
    color: #FF0000;
}
#tohatsu01 tbody tr td,#tohatsu02 tbody tr td,#tohatsu03 tbody tr td,#tohatsu04 tbody tr td {
    width: 12%;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 8px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}
#tohatsu01 form .button,#tohatsu02 form .button,#tohatsu03 form .button,#tohatsu04 form .button  {
    font-size: 8px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    line-height: 2em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 0px;
    padding-right: 0px;
}
#tohatsu01 form .button:hover,#tohatsu02 form .button:hover,#tohatsu03 form .button:hover,#tohatsu04 form .button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.____sp._____03________sup-menu________________________________________________________________________________________{
}
.sup-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	
	
	margin-top: 0px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sup-menu .blank {
	display: block;
}
.sup-menu .blank:hover {
	background-color: rgba(255,255,255,0);
}
.sup-menu a {
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	transition-duration: 0.2s;
	border-radius: 10px;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sup-menu a:hover  {
	background-color: #E7E7E7;
}
.sup-menu a img {
	width: 90%;
	height: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sup-menu a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin-top: -5px;
}
.sup-menu a .boat-plice {
	color: #000000;
	font-size: 13px;
	line-height: 1.2em;
}
	
	
	
	
	
	
	

	
	
._________03__________sup-flex__________________________ {
}
.sup-flex   {
	width: 100%;
	margin-bottom: 80px;
	overflow-y: hidden;
}
.sup-flex .left  {
	width: 100%;
	text-align: left;
}
.sup-flex .left h2  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 15px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}
.sup-flex .left p  {
	font-size: 14px;
	line-height: 1.6em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sup-flex .left h4  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}
.sup-flex .right  {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sup-flex .right img  {
	padding: 0px;
	width: 100%;
	height: auto;
}
._________03__________sup-flex_change_________________________ {
}	
.change {
	width: 100%;
	padding: 0px 0px 10px;
	vertical-align: top;
	background-color: #000000;
}
.change p img {
	height: auto;
	width: 100%;
}
.change ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 98%;
	margin: 0px;
	list-style-type: none;
	padding-left: 2%;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.change li {
	display: block;
	width: 23%;
	margin: 0px;
	list-style-type: none;
	padding-left: 0%;
	padding-right: 2%;
}
.change li img {
	cursor:pointer;
	width: 100%;
}	
.____sp_____04______school-menu______________________________________{
}
.school-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.school-menu .blank {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.school-menu .blank:hover {
	background-color: rgba(255,255,255,0);
}
.school-menu a {
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	transition-duration: 0.2s;
	border-radius: 10px;
	position: relative;
	padding-top: 20px;
}
.school-menu a:hover  {
	background-color: #E7E7E7;
}
.school-menu a img {
    width: 80%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.school-menu a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 2em;
	margin-top: -5px;
	font-weight: bolder;
}
.school-menu a .accepting {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bolder;
    text-align: center;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 8px;
    padding-right: 8px;
}
.____sp_____04__________school-flex__________________________ {
}
h2.school-title {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    max-width: 980px;
}
p.school-title {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    width: 80%;
    text-align: left;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
}
.school-flex   {
	width: 80%;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}
.school-flex .left  {
    width: 100%;
    text-align: left;
    background-color: #F2F2F2;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.school-flex .left img  {
    width: 100%;
    text-align: left;
    height: auto;
}
.school-flex .left .schedule  {
    margin-left: 10%;
    margin-right: 10%;
    border-left: 15px solid #333333;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
}
.school-flex .left .schedule h4  {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    text-indent: -4em;
    margin-left: 4em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.school-flex .left .schedule p  {
    font-size: 14px;
    line-height: 1.4em;
    padding-right: 20px;
    text-indent: -4em;
    margin-left: 4em;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.school-flex .left .schedule p span.time  {
    display: inline-block;
    width: 4em;
    text-indent: 0;
    color: #000000;
    text-align: right;
}
.school-flex .right  {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    bottom: 20px;
}
.school-flex .right hr  {
    border-top: 1px solid #CCCCCC;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.school-flex .right p  {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.school-flex .right p.photo  {
    color: #000000;
    padding-left: 3%;
    padding-top: 10px;
    font-size: 13px;
}
.school-flex .right .yotei  {
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    text-indent: -10em;
    margin-left: 9em;
}
.school-flex .right .yotei h4 {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px;
	line-height: 2em;
	font-size: 14px;
}
.school-flex .right .yotei .time   {
    display: inline-block;
    width: 7em;
    text-indent: 0;
    color: #000000;
    text-align: right;
}
.school-flex .right form {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 2em;
}
.school-flex .right form h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
}
.school-flex .right form .button{
	font-size: 16px;
	margin: 10px auto;
	line-height: 2em;
	width: 70%;
	display: block;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}
.school-flex .right form .button:hover{
	background-color: #2C3FF7;
	color: #FFFFFF;
}
	


	


.________________________________________________________ {
}
	
	
	
	
.________________________________________________________ {
}
.anchor-height80   {
    height: 80px;
}
.________________________________________________________ {
}
iframe.vr-youtube {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 80px;
    display: block;
}
.iframe_moji  {
    left: 0px;
    color: #333333;
    font-style: normal;
    line-height: 1.6em;
    text-decoration: none;
    z-index: 99;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}
#wrapper .contents #vrview001 {
}
#wrapper .contents .vr_size {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.settei {
    font-size: 16px;
    line-height: 1.5em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.margin-bottom001 {
    margin-bottom: 160px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
	
	
.___________________________________________{
}
.___________________________________________{
}

	
	

}/*! sp用 閉じカッコ*/		
	



	
.________________________________________________________ {
}
.________________________________________________________ {
}
.________________________________________________________ {
}
.________________________________________________________ {
}
.________________________________________________________ {
}
.________________________________________________________ {
}



._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}
._____min-width_32em_____pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc___pc______ {
}


/*! PC用 */
@media (min-width:36em){
	
	

    
    
#media_max64 {
	display: none;
}





.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
.________________________________________________________________________________________________{
}
    
    
  
.___pc_____________________________________ {
}
.___pc_____________________________________ {
}
.___pc_____________________________________ {
}
.___pc_____________________________________ {
}
.___pc_____________________________________ {
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 14px;   /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
	line-height: 1.6em;
		font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
		font-family: "Roboto", sans-serif;/*欧文ゴシック*/
		font-optical-sizing: auto;
		font-style: normal;
	color: #333333; /* 220614 #666から#333へ変更*/
	margin: 0px;
	font-weight: normal;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -999;
	width: 100%;
	overflow-x: hidden;
}
#container {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
#container #wrapper {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: auto;
    background-color: #FFFFFF;
}  
    
.____________mitsumori250611_________________________________________________________________________ {
} 
.contents-mitsumori {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}	
.contents-mitsumori h1 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 27px;
}
#wrapper .contents-mitsumori a.login {
    border: 1px solid rgba(0,0,0,1.00);
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
#wrapper .contents-mitsumori a.login:hover {
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.table-01 {
    border-collapse: collapse;/*table・th・td 全てに指定*/
    width: 100%;
    margin-bottom: 60px;
}	
tr.tr-color {
    background-color: rgba(198,232,255,1.00);
}	
.table-01 td {
    border-collapse: collapse;/*table・th・td 全てに指定*/
    border: 1px solid rgba(193,193,193,1.00);
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2em;
    font-size: 1.2rem;
    font-weight: normal;
}		
.table-01 td h4 {
		font-size: clamp(0.5rem, 1.2vw, 0.9rem);
    font-weight: normal;
}
.table-01 .td01 {
    width: 10%;
}	
.table-01 .td02 {
    width: 25%;
}
.table-01 .td02 a.item-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
  }
.table-01 .td02 a.item-img img#bottom-space0001 {
    padding-bottom: 10px;
  }
.table-01 .td02 a.item-img:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
.table-01 .td02 a.item-img img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.bottom-margin-001 {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.bottom-margin-002 {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-001 {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-002 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.table-01 .td02 a.item-img img.width-003 {
    width: 30%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.table-01 .td02  .item-img .zoom-icon {
    display: none;
  }
.table-01 .td02  .item-img:hover .zoom-icon {
    display: block;
    position: absolute;
    left: 5%;
    top: 1%;
    width: 12%;
    height: auto;
    border-width: 0px;
  }
.table-01 .td03 {
		font-size: clamp(0.7rem, 1.0vw, 1.0rem);
		letter-spacing: 0em;
    width: 40%;
    line-height: 1.4em;
}	
.table-01 .td04 {
		font-size: clamp(0.7rem, 1.0vw, 1.0rem);
    width: 12.5%;
}		
.table-01 .td05 {
		font-size: clamp(0.7rem, 1.0vw, 1.0rem);
    width: 12.5%;
}		
.table-01 .td05 a {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
}
.table-01 .td05 a:hover {
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.table-01 .td05 .text-sp {
    display: none;
}
.table-01 .td05 .text-mitei {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
}
    
._________________________________________________top-image____________________________________ {
}
#top-image-background  {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 45%;
}
#top-image-background.bottom-padding-001  {
    padding-bottom: 25%;
}
#top-image-background .fixed-main-photo  {
    position: fixed;
    top: 0px;
    width: 100%;
}
#top-image-background .fixed-main-photo img  {
    width: 100%;
    height: auto;
}
#top-image-background .fixed-main-photo video  {
    width: 100%;
    height: auto;
}
#top-image-background .logo-1 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.5em, 3.2vw, 2.3em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 400;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0.5%;
    padding-bottom: 0.8%;
    position: absolute;
    top: 0px;
    z-index: auto;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    margin-top: 0px;
}
#top-image-background .logo-2 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.5em, 2.7vw, 2em);
    letter-spacing: 0em;
    line-height: 2.0em;
    font-weight: 600;
    display: block;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    text-align: left;
    padding-top: 1%;
    padding-bottom: 1.2%;
    padding-left: 2%;
    position: absolute;
    top: 0px;
    z-index: auto;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    margin-top: 0px;
}
    
    
._________________________________________________contents___________________________________________ {}
     

.contents p.text-area  {
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.___________________________________________{
}
.contents {
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 100%;
}
.contents-002 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
.contents .link-point {
    padding-top: 60px;
}
.contents h2.index-menu02-bar  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.3em;
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-bottom: 60px;
    border: 0px solid #FFFFFF;
    background-color: rgba(0,0,0,0.80);
}
.contents p.index-menu02-p01  {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    margin-bottom: 80px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 800px;
}
.contents .background001 {
    width: 100%;
    background: linear-gradient(#EEEEEE, #FFF);
    padding-top: 0px;
}
.contents .section  {
    width: 90%;
    text-align: left;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
    position: relative;
}
.contents .section .title {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding: 10px 3%;
	font-size: 20px;
	line-height: 1em;
	font-weight: bolder;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 44%;
}
._________________________________________________intro_______________________________{
}
.intro   {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 60px;
}
.intro h1 {
    color: #333333;
    font-size: 48px;
    width: 90%;
    line-height: 1.4em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bolder;
}
.intro h1.seisakuchu {
    padding-top: 100px;
    padding-bottom: 150px;
}
.intro h2 {
    color: #333333;
    font-size: 16px;
    width: 90%;
    line-height: 1.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
.intro h3  {
    color: #333333;
    font-size: 27px;
    font-family: Verdana, Geneva, sans-serif;
    width: 90%;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 70px;
}
._________________________________________________intro01_______________________________{
}
.intro01  {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 90%;
}
.intro01 h1 {
    font-size: clamp(2.43em, 7.0vw, 5.0em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
    text-align: center;
    padding: 0px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.intro01 h2 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	background-color: #000000;
	padding-bottom: 8px;
	padding-top: 8px;
	border-radius: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.intro01 .text-area p {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
._________________________________________________intro02_______________________________{
}
.intro02 {
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}
.intro02 h1 {
	color: #333333;
	font-size: 60px;
	line-height: 1.8em;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}
._________________________________________________intro03_______________________________{
}
.intro03  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 90%;
    margin-top: 0px;
    max-width: 1000px;
}
.intro03#ordering  {
    margin-top: -60px;
    padding-top: 60px;
}
.intro03 a.menu-ber360index {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
    display: block;
}
.intro03 a.menu-ber360index:hover {
    background-color: #FF8C00;
    text-decoration: none;
}
.intro03 h2 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.intro03 h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2em;
    width: 80%;
}
.intro03 h3.special {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2em;
    width: 70%;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 0px;
}
.intro03 .text-area {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.intro03 .text-area .pacset {
    border: 2px solid #FF9700;
}
.intro03 .text-area .pacset h2 {
    background-color: #FF9700;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 0px;
    border-radius: 0;
    margin-bottom: 5px;
}
.intro03 .text-area .pacset p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.intro03 .text-area .pacset img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    display: block;
}
.intro03 .text-area p {
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
}
.intro03 .text-area form {
    text-align: center;
    font-size: 150%;
    line-height: 2em;
}
.intro03 .text-area form .button {
	color: #000000;
	width: 100%;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 2em;
	background-color: #DBDBDB;
	text-align: center;
}
.intro03 .text-area form .button:hover {
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
}
    
   
	

._____00_____index-menu02________________________________________________ {
}
.index-menu02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    border: 0px solid #06C0CF;
    padding-top: 10px;
    max-width: 980px;
    padding-bottom: 0px;
    position: relative;
}
.index-menu02 a.zentenkyu {
    display: block;
    max-width: 980px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgba(255,170,0,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    margin-bottom: 100px;
    margin-top: -80px;
    position: relative;
    z-index: auto;
    font-size: large;
}
.index-menu02 .smapho01 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4em;
    width: 80%;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FD841A;
    margin-top: 0px;
    right: 0;
    position: absolute;
    z-index: auto;
    top: 81.9%;
    left: 1.5px;
}
.index-menu02 .smapho01:hover {
    text-decoration: none;
transition-property: opacity;
    transition-duration:0.3s;
    transition-timing-function:ease-in-out;
	opacity: 0.4;
}
.index-menu02 p.movie-title {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #333333;
    width: 80%;
    margin-bottom: 10px;
    text-align: left;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.index-menu02 .movie-box{
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.index-menu02 .movie-box iframe{
    position: absolute;
    top: -1px;
    right: 0px;
    left: 1px;
    width: 80% !important;
    height: 80% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    bottom: 0px;
}
.index-menu02 a.box-blank  {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.index-menu02 a.box-blank:hover  {
    text-decoration: none;
    pointer-events:none;
	background-color: transparent;
}
.index-menu02 .box002 {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    border: 0px solid #06C0CF;
    padding-bottom: 10px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    padding-top: 10px;
}
.index-menu02 .box002 img {
	width: 100%;
	height: auto;
}
.index-menu02 .box002:hover {
    opacity: 0.5;
    text-decoration: none;
    background-color: #D9D9D9;
}
.index-menu02 .box002 span.hh1 {
    font-size: 140%;
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.4em;
    display: block;
    padding-bottom: 7px;
    padding-top: 5px;
    text-align: center;
    padding-left: 5px;
    font-weight: bolder;
    background-color: #7F7F7F;
    padding-right: 0px;
    border-radius: 50px;
    margin-bottom: 5px;
}
.index-menu02 .box002 span.pp1 {
	color: #333333;
	font-size: 130%;
	line-height: 1.6em;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.index-menu02 .box002 .specialset {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -25px;
    font-weight: bolder;
    border-radius: 50px;
    background-color: #FF0000;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    right: 0px;
    margin-bottom: 0px;
}
.index-menu02 .box002 .nibariki {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -45px;
    left: 20px;
    font-weight: bolder;
    border-radius: 50px;
    background-color: #FF0000;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
	

.___00____________scroll____________________________{
}	
	
.scroll_list{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 72%;  /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;  /* 横スクロールの指定 */
    overflow-y: hidden;  /* 縦スクロールの指定 */
    white-space: nowrap;  /* 横スクロールの指定 */
    overflow-scrolling: touch;  /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    max-width: 780px;
    height: 200px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-caption01 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    margin-top: px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 72%;
    max-width: 780px;
    padding: 0px;
    text-align: left;
    color: #333333;
}
.scroll_list li{
    display: inline-block;  /* 横並びにする指定 */
    list-style: none;
    width: 250px;
    height: 250px;
    margin-top: 0px;
}
.scroll_list li p.list-caption02 {
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.scroll_list li iframe{
    width: 100% !important;
    height: auto !important;
}
.scroll_list li img{
    width: 100% !important;
    height: auto !important;
}
.list1{
  margin-left: 0;
}
.list2, .list3{
    margin-left: 10px;
}	
	 
  
._____02________flex-test-menu______________________________________{
}	
.flex-test-menu {
  flex-wrap: wrap; /* 折り返し */
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: center; /* センター揃え */
    margin-top: 0px;
    margin-bottom: 70px;
    padding-bottom: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    max-width: 900px;
}
.flex-test-menu .movie01  {
    text-decoration: none;
    width: 29%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition-duration: 0.2s;
    border-radius: 10px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
}
.flex-test-menu .movie01:hover  {
    text-decoration: none;
    opacity: 0.7;
}
.flex-test-menu .movie01 .boat-spec {
    font-size: 18px;
    line-height: 3em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
.flex-test-menu .movie01 img {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
}
	

	
	
	
	
._____02________flex-product01menu______________________________________{
}
.flex-product01menu {
  flex-wrap: wrap; /* 折り返し */
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: center; /* センター揃え */
    margin-top: 0px;
    margin-bottom: 70px;
    padding-bottom: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.flex-product01menu .movie01  {
    text-decoration: none;
    width: 29%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 60px;
    transition-duration: 0.2s;
    border-radius: 10px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
}
.flex-product01menu .movie01:hover  {
    text-decoration: none;
    opacity: 0.7;
}
.flex-product01menu .movie01 .boat-spec {
    font-size: 18px;
    line-height: 3em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01menu .movie01 img {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
}
	
	
	
._____02________flex-product01______________________________________{
}
.flex-product01 {
  flex-wrap: wrap; /* 折り返し */
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: center; /* センター揃え */
    margin-top: 0px;
    margin-bottom: 70px;
    padding-bottom: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    max-width: 880px;
}
.flex-product01 .blank {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.flex-product01 .blank:hover {
    text-decoration: none;
    pointer-events: none;
    background-color: rgba(255,255,255,0.00);
}
.flex-product01 a {
}
.flex-product01 .movie01  {
    width: 216px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 60px;
    transition-duration: 0.2s;
    border-radius: 10px;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
}
.flex-product01 .movie01 .tilt01  {
    color: #FF0004;
    display: inline-block;
    border: 1px solid #FF0004;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.flex-product01 .movie01 .tilt02  {
    color: #008E14;
    display: inline-block;
    border: 1px solid #008E14;
    background-color: #FFF7C4;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.flex-product01 .movie01 a  {
    text-decoration: none;
}
.flex-product01 .movie01 a:hover  {
    text-decoration: none;
}
.flex-product01 .movie01 img {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: auto;
}
.flex-product01 .movie01 a.smapho01  {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 0px;
    background-color: #F2F2F2;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    display: block;
    width: 100%;
}
.flex-product01 .movie01 a.pc01  {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 0px;
    background-color: #F2F2F2;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    display: block;
    width: 100%;
}
.flex-product01 .movie01 a.smapho01:hover  {
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 .movie01 a.pc01:hover  {
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 .movie01 .koushin {
    color: #FF0004;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 1px;
    border-radius: 0px;
    border: 1px solid #FF0044;
    background-color: #FFFFFF;
}
.flex-product01 iframe {
}
.flex-product01 a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding-bottom: 0px;
}
.flex-product01 a iframe {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.flex-product01 a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	margin-top: -5px;
}
.flex-product01 a .boat-color {
    color: #666666;
    font-size: 12px;
    line-height: 2.5em;
}
.flex-product01 a .boat-plice {
    color: #FF0000;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    padding-top: 10px;
}
.flex-product01 a .boat-spec {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 .boat-spec {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background-color: #333333;
    color: #FFFFFF;
}
.flex-product01 a .engine {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bolder;
    text-align: center;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 10px;
}
.flex-product01 a .specialtop {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    top: -1px;
    left: 2px;
    font-weight: bolder;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.flex-product01 a .bodycolor {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 121px;
    right: 8px;
    font-weight: bolder;
    text-align: right;
}
.flex-product01 a .bodycolor2 {
	color: #666666;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	position: absolute;
	top: 110px;
	right: 10px;
	font-weight: bolder;
	text-align: right;
}
.flex-product01 a .bodycolor3 {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 120px;
    font-weight: bolder;
    text-align: center;
    left: 50px;
}
.flex-product01 a .bodycolor4 {
    color: #666666;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
    top: 8px;
    left: 20px;
    font-weight: bolder;
    text-align: center;
}
.flex-product01 a .new-design  {
    position: absolute;
    top: 37%;
    left: 20%;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #FF0004;
}
iframe.vrview {
    width: 46%;
    min-width: 0px;
    text-align: center;
    height: 270px;
    margin-bottom: 60px;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 0px;
}  
    
.________________policy___________________________{
}
.policy  {
    text-align: center;
    border: 0px solid #CCCCCC;
    padding-top: 0px;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 5%;
    padding-right: 5%;
}
.policy .list_box001   {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
}
.policy .list_box001 h2   {
    text-align: left;
    font-size: 1.05rem;
    border-width: 0px;
    border: 0px solid #20A5FF;
    color: #20A5FF;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.policy .list_box001 img   {
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}
.policy .list_box001 p   {
    text-align: left;
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.policy .list_box001 ol {
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    list-style-position: outside;
    padding-left: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.policy .list_box001 ol hr.shikiri001  {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: -30px;
    margin-bottom: 0px;
    border-top: 1px solid #CCCCCC;
    height: 0px;
}
.policy .list_box001  ol h2  {
    margin-left: -30px;
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.policy .list_box001 ol li {
	padding-bottom: 15px;
	font-size: 1rem;
}
     
._________101__________company-flex__________________________ {
}
.profile {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border-bottom: 1px solid #CCCCCC;
}
.profile p.comment {
    padding-top: 31px;
    padding-bottom: 28px;
    line-height: 1.6em;
    margin: 0px;
    font-size: 14px;
    padding-left: 20px;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    text-align: left;
}
.profile .company-flex {
	flex-wrap: wrap;  /* 折り返し */
	display: flex;
	align-content: stretch;   /* 縦の位置指定 */
	
    border-top: 1px solid #CCCCCC;
}
.profile .company-flex p {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    padding-top: 11px;
    padding-bottom: 8px;
    margin: 0px;
    padding-left: 20px;
    color: #333333;
}
.profile .company-flex .left  {
    width: 30%;
    background-color: #F2F2F2;
}
.profile .company-flex .right  {
    width: 67%;
    padding-left: 3%;
}
.profile .company-flex iframe  {
    width: 100%;
}
	 
 
.__________________________photo-flex_______ {
}	
.photo-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.photo-flex a {
    width: 180px;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: none;
}
.photo-flex a:hover {
    background-color: #F2F2F2;
    text-decoration: none;
}
.photo-flex a img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
   
  
    
    
.__________formWrap______________________________________________________________________________________________________{
}


#formWrap #progress {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1em;
		font-weight: 400;
    background-color: #f1f1f1;
    width: 96%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #CCC;
    text-align: center;
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
}
#formWrap #progress span {
	color: #039;
	font-weight: normal;
}
#formWrap {
    width: 53%;
    color: #333;
    line-height: 150%;
    font-size: 120%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 10%;
}
#formWrap .return {
    text-align: center;
}
#formWrap .return input {
    font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
}
#formWrap form .judge {
    text-align: center;
}
#formWrap form .judge input {
    font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
#formWrap h2 {
    font-size: clamp(1.15em, 2.0vw, 1.42em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 800;
    color: #3CF;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}
#formWrap p {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#formWrap div h4 {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	font-weight: normal;
	color: #F00;
	text-align: left;
}
#formWrap h5 {
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		font-size: clamp(1em, 1.5vw, 1.15em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
}
#formWrap p .hissu {
	color: #C00;
}
#formWrap form {
    font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0px;
}
#formWrap form Table  {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
#formWrap form Table tr th {
    font-size: clamp(0.85em, 1.4vw, 1em);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 10px;
    width: 30%;
    background: #f1f1f1;
    text-align: left;
}
#formWrap form table tr th .hissu {
	color: #C00;
}
#formWrap form Table tr td {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
	width: 70%;
}
#formWrap form table tr td .hissu {
	color: #C00;
}
#formWrap form table tr td select {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
}


.____footer____________________________________ {
}
#footer  {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    margin-top: 0px;
}
#footer #copyright   {
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
}

.____footer-flex____________________________________ {
}
.footer-flex  {
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: 882px;
    width: 90%;
}
.footer-flex h2 {
		font-size: clamp(1.15em, 2.0vw, 1.42em);
		letter-spacing: 0em;
		line-height: 1.4em;
		font-weight: 800;
	text-align: center;
	color: #666666;
	padding: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 0px;
	display: block;
	text-decoration: none;
}
.footer-flex #left {
	width: 30%;
	margin-right: 5%;
}
.footer-flex #left a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #CCCCCC;
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #333333;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.footer-flex #left a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
}
.footer-flex #center {
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
.footer-flex #center p {
		font-size: clamp(0.85em, 1.4vw, 1em);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 400;
    color: #333333;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer-flex #center p a {
    color: #333333;
    text-decoration: none;
}
.footer-flex #center p a:hover {
    color: #FFAA00;
    text-decoration: none;
}
.footer-flex #right {
    width: 30%;
}
.footer-flex #right iframe {
    width: 100%;
    height: auto;
    text-align: right;
	min-height: 200px;
}
    
  
    
  
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
  
#top-image-background #header-bg {
    /* [disabled]margin-top: 0px; */
    /* [disabled]margin-bottom: 500px; */
    height: 100px;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #000;
    opacity: 0.1;
}
#top-image-background #top-image  {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
    width: 100%;
    left: auto;
    right: auto;
    position: relative;
}
#top-image-background #top-image .main   {
    z-index: 1;
    height: auto;
    width: 100%;
    left: 0px;
    top: 0px;
}
#top-image-background #top-image .top-area   {
    position: absolute;
    top: 0px;
    background-color: #000000;
    opacity: 0.5;
    z-index: 2;
    text-align: left;
    height: 100px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
}
#top-image-background #top-image .zip-area {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    margin-top: 0px;
}
#top-image-background #top-image .zip-area #kong-image {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 70px;
	height: 70px;
}
#top-image-background #top-image .zip-area a.creation-design {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.5em, 5.0vw, 4em);
    letter-spacing: 0em;
    line-height: 1.0em;
    font-weight: 500;
    z-index: 4;
    height: auto;
    display: block;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 1.3%;
    padding-bottom: 2.0%;
}
#top-image-background #top-image .zip-area a.creation-design:hover {
    text-decoration: none;
    color: #00A8FF;
}
#top-image-background #top-image .zip-area a .logo_01 {
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 4;
    width: 180px;
    height: auto;
    line-height: 1em;
}
#top-image-background #top-image .zip-area h3.logo_text001 {
    line-height: 1em;
    text-align: left;
    color: #FFFFFF;
    background-color: #E52327;
    font-size: 90px;
    position: relative;
    z-index: auto;
}
#top-image-background #top-image .zip-area .logo_02 {
	position: absolute;
	top: 13px;
	left: 200px;
	z-index: 4;
	width: 120px;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	line-height: 16px;
	padding-top: 14px;
	padding-bottom: 12px;
	margin-top: 7px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#top-image-background #top-image .zip-area #zip {
    position: absolute;
    right: 60px;
    top: 5px;
    z-index: 4;
    color: #FFFFFF;
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
}
#top-image-background #top-image .zip-area #zip .tel-heading {
    font-size: 16px;
    font-weight: bolder;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1em;
    color: #FFFFFF;
}
#top-image-background a.blog {
    color: #FFFFFF;
    position: absolute;
    top: 105px;
    right: 14px;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 12px;
    line-height: 1.6em;
    display: inline-block;
    border: 1px solid #06C0CF;
    background-color: rgba(0,0,0,0.50);
    padding-left: 12px;
    padding-right: 12px;
    z-index: 999;
}
#top-image-background a.blog:hover {
    color: #000000;
    border: 1px solid #000000;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
}
#top-image-page2  {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	text-align: left;
	width: 980px;
	left: auto;
	right: auto;
}
    
    
    
    
#wrapper .contents-kousei {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
.________________________________________________________________________________________________{
}
  
#top-image-page2 .zip-area #zip {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	color: #000;
	font-size: 13px;
	text-align: right;
	line-height: 1.8em;
}  
.________________________________________ {
}
#wrapper .contents-kousei .nav-box-top {
}
#wrapper .contents-kousei .gradient-box01 {
    background: linear-gradient(180deg, #F2F2F2, #FFFFFF);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
}
#wrapper .contents-kousei .gradient-box01 .setsumei{
    color: #333333;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: -10px;
    border: 2px solid #FF0004;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 5%;
} 
#wrapper .contents-kousei .gradient-box01 .setsumei img{
    display: inline-block;
    width: 30px;
    height: auto;
}  
#wrapper .contents-kousei h1 {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 36px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
#wrapper .contents-kousei h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: normal;
    text-align: left;
    border-bottom: 3px solid #D9D9D9;
}
#wrapper .contents-kousei p {
    margin-bottom: 0px;
    color: #333333;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#wrapper .contents-kousei .flex-kousei {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-right: 10px;
}
#wrapper .contents-kousei .flex-kousei#no-flex {
    display: block;
}
#wrapper .contents-kousei .flex-kousei#no-flex2 {
    display: block;
}
#wrapper .contents-kousei .flex-kousei#linkbox01 {
    margin-top: 20px;
    padding-top: 80px;
    border-top: 1px solid #CCCCCC;
    padding-bottom: 0px;
}
#wrapper .contents-kousei .flex-kousei p.tsuika01 {
    text-align: left;
    position: absolute;
    top: -15px;
    left: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 222px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    z-index: 0;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei a.kousei-box001:hover {
    color: #FF0000;
	opacity: 0.5;
	text-decoration: none;
	transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei .kousei-box-blank {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 222px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 img.movie001 {
    padding-bottom: 60px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 p {
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 1.2em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: -60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 p span.kouryou {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    background-color: #0564FF;
    font-weight: bolder;
    border-radius: 15px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.new {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    left: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.old-data {
    font-size: 36px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.70, 1);
    left: -30px;
    margin: 0px;
    top: auto;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h3.before {
    font-size: 27px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -40px;
    bottom: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box001 h4.all-page {
    font-size: 16px;
    color: #00BCF2;
    padding-top: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #00BCF2;
    background-color: #FFFFFF;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: auto;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 303px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    z-index: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-right: 0px;
    transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002#box003 {
}
#wrapper .contents-kousei .flex-kousei .kousei-box002#box004 {
}
#wrapper .contents-kousei .flex-kousei a.kousei-box002:hover {
    color: #FF0000;
	opacity: 0.5;
	text-decoration: none;
	transition: all 0.2s;
}
#wrapper .contents-kousei .flex-kousei .kousei-box-blank002 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 303px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 img.movie001 {
    padding-bottom: 60px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 p {
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 1.2em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 p span.kouryou {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    background-color: #0564FF;
    font-weight: bolder;
    border-radius: 15px;
} 
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.new {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    margin: 0px;
}  
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.old-data {
    font-size: 36px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.70, 1);
    left: 25px;
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.before {
    font-size: 27px;
    color: #666666;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -30px;
    bottom: -5px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    margin: 0px;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.continu {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    position: absolute;
    left: -7px;
    bottom: -5px;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #333333;
    background-color: #FFFA85;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h3.teisei {
    font-size: 18px;
    color: #00A348;
    display: inline-block;
    position: absolute;
    left: -7px;
    bottom: -5px;
    line-height: 1em;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #00A348;
    background-color: #B8FFBC;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 h4.all-page {
    font-size: 16px;
    color: #00BCF2;
    padding-top: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #00BCF2;
    background-color: #FFFFFF;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: auto;
}
    
    
    
    
    
  
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */     
    
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 {
    position: relative;
} 
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 img {
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 img.uc {
    opacity: 0.2;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.new {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    font-family: "Arial Black", Gadget, sans-serif;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    position: absolute;
    left: -5px;
    bottom: -40px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.youtube {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px;
    background-color: #FF0000;
    display: inline-block;
    z-index: auto;
    opacity: 1;
    margin: 0px;
    position: absolute;
    left: -5px;
    bottom: -40px;
    line-height: 1.2em;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.old-data {
    font-size: 36px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.70, 1);
    position: absolute;
    left: -30px;
    bottom: -30px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.before {
    font-size: 27px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    display: block;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.65, 1);
    position: absolute;
    left: -35px;
    bottom: -30px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.continu {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #333333;
    background-color: #FFFA85;
    position: absolute;
    left: -12px;
    bottom: -30px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.teisei {
    font-size: 18px;
    color: #00A348;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #00A348;
    background-color: #B8FFBC;
    position: absolute;
    left: -12px;
    bottom: -30px;
    text-align: left;
}
#wrapper .contents-kousei .flex-kousei .kousei-box002 .img-area1 h3.teisei2 {
    font-size: 18px;
    color: #006EFF;
    display: inline-block;
    line-height: 1em;
    z-index: 1;
    opacity: 1;
    transform: scale(0.75, 1);
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #006EFF;
    background-color: #CCE1FF;
    position: absolute;
    left: -12px;
    bottom: -30px;
    text-align: left;
}
    
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */   
    
      
#wrapper .contents-kousei .flex-kousei .kousei-box0033 {
    display: block;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper .contents-kousei .flex-kousei .kousei-box0033:hover {
    color: #FF0000;
    text-decoration: none;
}   
    
    
    
    
    
    
    
    
    
    
    
   
._______________________________________________{
} 
   
.nav-box-top .gradient-box01 .flex-kousei-lr {
    /* フレックス バリエーション */
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    /* justify-content:space-around;   /* 両端含め均等配置 */
    justify-content: left;    /* 左揃え */
    padding-left: 3%;	 /* justify-content:space-between;   /* 両端は0pxで均等配置 */
    padding-right: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-01 {
    width: 40%;
    background-color: #DDF9C9;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-02 {
    width: 60%;
    background-color: #FBFAA4;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-box-top .gradient-box01 .flex-kousei-lr .width-30per-03 {
    width: 100%;
    background-color: #BAEEFA;
    display: block;
    margin-left: 0%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
    
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */   
    
    
  
._______________________________________________{
}
.gradient-box01 .movie-kousei {
    /* フレックス バリエーション */
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    /* justify-content:space-around;   /* 両端含め均等配置 */
    justify-content: left;    /* 左揃え */
    padding-left: 0%;	 /* justify-content:space-between;   /* 両端は0pxで均等配置 */
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.gradient-box01 .movie-kousei .movie-left {
    width: 33%;
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gradient-box01 .movie-kousei .movie-right {
    width: 33%;
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #8B8B8B;
}
.gradient-box01 .movie-kousei .title-tentboat  {
    background-color: #FFF;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: 1px solid #666666;
    font-size: 16px;
}
    
    
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */   
    
    
  
._______________________________________________{
}
    
    
    
    
    
    
    
    
    
    
#wrapper .contents-kousei .link-flex {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 100px;
    margin-right: 0px;
    text-align: left;
    border: 0px solid #CCCCCC;
}
#wrapper .contents-kousei .link-flex .left {
    width: 44%;
    padding-left: 4%;
    padding-right: 2%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background: linear-gradient(135deg, #F2F2F2, #FFFFFF);
    padding-top: 30px;
    padding-bottom: 30px;
}
#wrapper .contents-kousei .link-flex .left a {
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    display: block;
}
#wrapper .contents-kousei .link-flex .left a.cre {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #666666;
}
#wrapper .contents-kousei .link-flex .left a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#wrapper .contents-kousei .link-flex .right {
    width: 44%;
    padding-left: 4%;
    padding-right: 2%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background: linear-gradient(135deg, #F2F2F2, #FFFFFF);
    padding-top: 30px;
    padding-bottom: 30px;
}
#wrapper .contents-kousei .link-flex .right a {
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    display: block;
}
#wrapper .contents-kousei .link-flex .right a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#wrapper .contents-kousei a.link-button-bousai {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #FBB03C;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1.4em;
}
#wrapper .contents-kousei a.link-button-bousai:hover {
    text-decoration: none;
    opacity: 0.5;
}

._______________________________________________{
}
._______________________________________________{
}
._______________________________________________{
}
._______________________________________________{
}
._______________________________________________{
}
._______________________________________________{
}
.____2023-baketsu___________________________________________{
}
.contents-baketsu {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
.contents-baketsu h1 {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.contents-baketsu h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 0px;
    margin-top: 50px;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 10px;
    background-color: #D6D6D6;
    font-weight: normal;
    text-align: left;
}
#wrapper .contents-baketsu .flex-baketsu {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    background-color: #F2F2F2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 80px;
    margin-right: 0px;
}
#wrapper .contents-baketsu .flex-baketsu .box001 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 10px;
    width: 300px;
    position: relative;
}
#wrapper .contents-baketsu .flex-baketsu .box-blank {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    width: 300px;
}
#wrapper .contents-baketsu .flex-baketsu .box001 img {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}
#wrapper .contents-baketsu .flex-baketsu .box001 p {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
}
.____2023_kioicho_________________________{
}
body.kioicho {
    font-size: 14px;   /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333; /* 220614 #666から#333へ変更*/
    margin: 0px;
    font-weight: normal;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -999;
    width: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
.contents-kioicho {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    width: 90%;
    max-width: 980px;
    padding-left: 5%;
    padding-right: 5%;
}
.contents-kioicho h1 {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    display: block;
    color: #333333;
    font-size: 48px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
    
.contents-kioicho h2{
    color: #333333;
    font-size: 29px;
    line-height: 1.8em;
    text-align: center;
    background-color: #FBB03C;
    padding-top: 3px;
    padding-bottom: 2px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
    
.contents-kioicho h2.color001{
    background-color: #33CCFF;
    color: #000000;
}
    
.contents-kioicho .setsumei{
    color: #333333;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    display: block;
    margin-left: 11%;
    margin-right: 11%;
    margin-bottom: 50px;
    margin-top: 0px;
    border: 2px solid #FF0004;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 5%;
} 
.contents-kioicho .setsumei img{
    display: inline-block;
    width: 30px;
    height: auto;
}  
.contents-kioicho a.setsumei{
    padding-top: 15px;
} 
.contents-kioicho a.setsumei:hover{
    background-color: #2434E0;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #2434E0;
} 
    
   
.________________________________________ {
}
.flex-kioicho {
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
    justify-content: space-between;   /* 両端は0pxで均等配置 */
    justify-content: left;   /* 左揃え */
    padding-top: 70px;
    padding-left: 4.25%;
    padding-right: 1%;
    padding-bottom: 80px;
    background-color: #F2F2F2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-kioicho .box001 {
    display: block;
    width: 46%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 80px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 4%;
}
.flex-kioicho .box001 img.img0001 {
    display: block;
    width: 100%;
    margin: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.flex-kioicho .box001 video.video0001 {
    display: block;
    width: 100%;
    margin: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.flex-kioicho .box001 p {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: normal;
}
.flex-kioicho .box001 p.cap1 {
    text-align: left;
    color: #333333;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: normal;
}
.flex-kioicho .box001 h4 {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    background-color: #00BCF2;
    display: block;
    left: 4px;
    top: -55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.flex-kioicho .box001 a.zengamen {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    background-color: #FB923C;
    display: block;
    right: 36.5px;
    bottom: -2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    text-decoration: none;
}
.flex-kioicho .box001 a.zengamen:hover {
    background-color: #FF0000;
}



.flex-kioicho .box001 .box-youtube {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flex-kioicho .box001 .box-youtube iframe {
    position: absolute;
    top: -2px;
    right: 0;
    left: 4px;
    width: 100% !important;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
 
._________box002_______________________________ {
}
.flex-kioicho .box002 {
    width: 95.5%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 80px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 4.5%;
}
.flex-kioicho .box002 img.img0001 {
    display: block;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-kioicho .box002 .video0001 {
    display: block;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.flex-kioicho .box002 p {
    text-align: center;
    color: #000000;
    font-size: 21px;
    line-height: 1.3em;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: bolder;
}


.flex-kioicho .box002 p.cap1 {
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 0px;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: normal;
}
.flex-kioicho .box002 h4 {
    background-color: #FF0004;
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    display: block;
    left: 4px;
    top: -55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.flex-kioicho .box002 a.zengamen {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    background-color: #FB923C;
    display: block;
    right: 41.5px;
    bottom: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    text-decoration: none;
}
.flex-kioicho .box002 a.zengamen:hover {
    background-color: #FF0000;
}



.flex-kioicho .box002 .box-youtube {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flex-kioicho .box002 .box-youtube iframe {
    position: absolute;
    top: -2px;
    right: 0;
    left: 4px;
    width: 100% !important;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

._______________________________________________{
}
._______________________________________________{
}
._______________________________________________{
}
.____2023_nanga_catalog_________________________{
}
.catalog-allpage {
    width: 60%;
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 100px;
    display: block;
}
.catalog-allpage:hover {
    opacity: 0.4;
    text-decoration: none;
}
.catalog-allpage img {
    width: 100%;
    height: auto;
    display: block;
}
.catalog-allpage h1 {
    color: #333333;
    font-size: 60px;
    line-height: 1.8em;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-top: 90px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 70px;
}
.catalog-allpage p {
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
    
p.caption-page{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-top: 12px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
    
    
.flex-catalog-split {
    /* フレックス バリエーション */
    flex-wrap: wrap;  /* 折り返し */
    display: flex;
    align-content: stretch;   /* 縦の位置指定 */
	justify-content: left;   /* 左揃え */
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 0px;
    padding-bottom: 100px;
    background-color: #F2F2F2;
}
.flex-catalog-split .catalog-split2023 {
    max-width: 200px;
    display: block;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 36px;
    text-align: center;
    transition: all 0.2s;
}
.flex-catalog-split .catalog-blank {
    max-width: 200px;
    display: block;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 36px;
}
.flex-catalog-split a.catalog-split2023:hover{
    opacity: 0.4;
    transition: all 0.2s;
}
.flex-catalog-split a.catalog-split2023 img {
    width: 100%;
    height: auto;
    border: 1px solid #CCCCCC;
}
.flex-catalog-split .catalog-split2023 img#toumei-png {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(255,255,255,0.00);
}
.flex-catalog-split a.catalog-split2023 p {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 8px;
    border-radius: 16px;
    padding-right: 8px;
    background-color: #000000;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}
.flex-catalog-split a.catalog-split2023 p.casual {
    background-color: #FF8800;
}
.________________________________________ {
}
.________________________________________ {
}
.faq  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 90%;
    margin-top: 0px;
}
.faq h3  {
    font-size: 240%;
    color: #000000;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.faq ol  {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    list-style-position: outside;
}
.faq ol li  {
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 180%;
    line-height: 2.5em;
}
.answer  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    width: 85%;
    padding-right: 0px;
}
.answer h3  {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    background-color: #666666;
    text-align: center;
    line-height: 1em;
    font-size: 240%;
    padding-bottom: 10px;
    padding-top: 11px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.answer ol  {
    border-left-color: #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 60px;
    list-style-position: outside;
}
.answer ol li  {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /* [disabled]padding-left: 30px; */
    padding-top: 20px;
    font-size: 150%;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.answer ol li span  {
    color: #FF0004;
    padding-bottom: 15px;
    display: block;
    font-size: 130%;
}
.answer ol li ul.knowledge  {
    list-style-position: outside;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 30px;
    font-size: 66%;
    line-height: 1.6em;
    list-style-type: disc;
}
.answer ol li ul.knowledge li  {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}
.________________________________________ {
}
.________________________________________ {
}
.________________________________________ {
}
.use_shopping  {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 90%;
    margin-top: 0px;
}
.use_shopping p {
    padding-top: 40px;
    padding-right: 100px;
    padding-left: 100px;
    background-color: #4EBFF8;
    color: #FFFFFF;
    font-size: 180%;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
    text-indent: -37px;
    padding-bottom: 20px;
}
.use_shopping p.tow-digits {
    text-indent: -58px;
}
.use_shopping p span {
    font-size: xx-large;
    font-style: italic;
    font-weight: bolder;
    padding-right: 5px;
}
.use_shopping .cart_image  {
	padding: 20px 30px 30px;
	background-color: #4EBFF8;
}
.use_shopping .cart_image img  {
	max-width: 100%;
	margin: 0px;
}

.__________________________policy-kong_______ {
}
.policy-kong {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: 150%;
	line-height: 1.5em;
}
.policy-kong p {
}
.policy-kong ol {
}
.policy-kong ol li {
	margin-bottom: 40px;
	list-style-type: decimal;
}
.policy-kong ol li ul {
}
.policy-kong ol li ul li {
	margin-bottom: 0px;
	list-style-type: square;
}



.___________________________form-area_______________________________________________ {
}
#form-area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#form-area h1 {
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
}
#form-area .flex-cart-BOX {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F2F2F2;
}
#form-area .flex-cart-BOX .left {
	width: 64%;
	text-align: center;
	padding-bottom: 20px;
}
#form-area .flex-cart-BOX .left img {
	width: 100%;
	height: auto;
}
#form-area .flex-cart-BOX .left p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto 20px;
	padding: 0px;
	color: #333333;
	width: 60%;
}
#form-area .flex-cart-BOX .left h3 {
	font-size: 18px;
	line-height: 1em;
	padding: 0px;
	margin: 0px auto 20px;
	color: #000000;
	width: 80%;
}
#form-area .flex-cart-BOX .left form {
	width: 100%;
}
#form-area .flex-cart-BOX .left form input {
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
#form-area .flex-cart-BOX .right {
	width: 34%;
	padding-right: 2%;
	font-size: 12px;
	line-height: 1em;
}
#form-area .flex-cart-BOX .right h3 {
	text-align: center;
	padding: 10px 0px 8px;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	font-size: 18px;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table {
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table tbody tr th {
	width: 55%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
}
#form-area .flex-cart-BOX .right table tbody tr td {
	width: 40%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
	padding-right: 5%;
}
#form-area .flex-cart-BOX .right p  {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 5px;
}


._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

._____________________________________________________________________________________________________ {}

	
._____00_____caption________________________________________________ {
}
.contents ul.caption {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 900px;
}
.contents ul.caption li {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 10px;
}
	
	
	

._____00_____contents-bottom index-menu02________________________________________________ {
}
#contents-bottom {
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    margin-bottom: 80px;
    padding-top: 0px;
    padding-bottom: 20px;
    overflow-x: hidden;
    width: 80%;
    max-width: 780px;
    border: 1px solid #333333;
}
#contents-bottom h2.index-menu02-bar  {
    display: block;
    text-align: center;
    line-height: 2em;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #FFFFFF;
    background-color: #333333;
    font-size: 18px;
    padding-top: 3px;
    margin-bottom: 40px;
    border-radius: 0px;
    padding-bottom: 2px;
    width: 100%;
    margin-top: 0px;
}
#contents-bottom p.index-menu02-p01  {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    font-size: 150%;
    line-height: 1.6em;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#contents-bottom .index-menu02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    border: 0px solid #06C0CF;
    padding-top: 10px;}
#contents-bottom .index-menu02 a.box-blank  {
    width: 150px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
#contents-bottom .index-menu02 a.box-blank:hover  {
    text-decoration: none;
    pointer-events:none;
	background-color: transparent;
}
#contents-bottom .index-menu02 .box002 {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    border: 0px solid #06C0CF;
    padding-bottom: 10px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    padding-top: 10px;
}
#contents-bottom .index-menu02 .box002 span.hh1 {
    font-size: 120%;
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.2em;
    display: block;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    padding-left: 5px;
    font-weight: bolder;
    background-color: #7F7F7F;
    padding-right: 5px;
    border-radius: 50px;
    margin-bottom: 5px}
#contents-bottom .index-menu02 .box002 span.pp1 {
    color: #333333;
    font-size: 100%;
    line-height: 1.4em;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
	
	
	
	
	
	
	
._____00________famiry______________________________________{
}
.section .shikiri-line {
    border-top: 1px solid #CCCCCC;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -20px;
}
.section .famiry {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 30px;
}
.section .famiry .left {
    text-align: left;
    margin: 0px;
    width: 49%;
    line-height: 1.6em;
    padding-left: 0px;
    padding-right: 1%;
    padding-top: 12px;
    padding-bottom: 10px;
}
.section .famiry .left img {
	width: 100%;
	height: auto;
}
.section .famiry .right {
    padding-top: 12px;
    padding-left: 1%;
    padding-bottom: 10px;
    text-align: left;
    margin: 0px;
    width: 49%;
    line-height: 1.6em;
}
.section .famiry .right img {
	width: 100%;
	height: auto;
}
.section .famiry .right p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.section .famiry .right h3 {
    color: #000000;
    font-size: 130%;
    line-height: 1em;
    padding-top: 0px;
    margin-top: 0px;
}
._____00________safety______________________________________{
}
.section .safety {
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 30px;
}
.section .safety h2 {
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	display: block;
	background-color: #06C0CF;
	margin-bottom: 10px;
	color: #FFFFFF;
}
	
	

._________01___________fb_preview________________________ {
}
._________01___________fb_preview________________________ {
}
._________01___________fb_preview________________________ {
}


.fb_preview {
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 20px;
    margin-left: auto;
    max-width: 700px;
}
.fb_preview .itembox {
    border: 1px solid #CCC;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding-top: 20px;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    max-width: 86%;
}
.fb_preview .itembox img.engine  {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fb_preview .itembox img.engine99  {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fb_preview .itembox .engine002 {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    position: absolute;
    top: 110px;
    left: 20px;
    font-weight: bolder;
    text-align: center;
    border-radius: 180px;
    background-color: #FF0000;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 999;
}
.fb_preview .itembox p  {
    text-align: left;
    font-size: 16px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 70%;
    line-height: 1.6em;
}
.fb_preview .itembox h2 {
	text-align: center;
	font-size: 28px;
	line-height: 1em;
	font-weight: bolder;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 0px;
}
.fb_preview .itembox h2 span{
	font-size: 70%;
}
.fb_preview .itembox h5 {
	font-size: 13px;
	line-height: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 5px;
}
.fb_preview .itembox .engine-set {
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	position: absolute;
	top: 110px;
	left: 20px;
	font-weight: bolder;
	text-align: center;
	border-radius: 180px;
	background-color: #FF0000;
	padding-top: 26px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 999;
}
.fb_preview .itembox .special-set {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    position: absolute;
    top: 110px;
    left: 20px;
    font-weight: bolder;
    text-align: center;
    border-radius: 180px;
    background-color: #FF0000;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}
.fb_preview .itembox .flex-boat {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fb_preview .itembox .flex-boat .left {
	width: 64%;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.fb_preview .itembox .flex-boat .left img {
	width: 100%;
	height: auto;
}
.fb_preview .itembox .flex-boat .left p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto 20px;
	padding: 0px;
	color: #333333;
	width: 60%;
	text-align: left;
}
.fb_preview .itembox .flex-boat .left p.option30off {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 30px;
    margin-right: 2%;
    margin-left: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
    width: 98%;
    text-align: center;
    background-color: #FF7900;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}
.fb_preview .itembox .flex-boat .left h3 {
	font-size: 16px;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fb_preview .itembox .order-h3  {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bolder;
	font-size: 16px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #000000;
	color: #FFFFFF;
}
.fb_preview .itembox  form   {
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 0px;
    padding: 30px 10%;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
}
.fb_preview .itembox form .price-red   {
	color: #FF0000;
	font-size: 120%;
}
.fb_preview .itembox form .button {
	color: #000000;
	width: 100%;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 2em;
	background-color: #DBDBDB;
	text-align: center;
}
.fb_preview .itembox form .button:hover {
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
}
.fb_preview .itembox .flex-boat .right {
	width: 34%;
	padding-right: 2%;
	font-size: 12px;
	line-height: 1em;
}
.fb_preview .itembox .flex-boat .right h3 {
	text-align: center;
	padding: 10px 0px 8px;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	font-size: 18px;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
}
.fb_preview .itembox .flex-boat .right p {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 5px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list {
	padding-top: 15px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list h4 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.2em;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list h5 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #000000;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list ul  {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    list-style-position: outside;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.fb_preview .itembox .flex-boat .right .enjin-set-list ul li {
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}
.fb_preview .itembox .flex-boat .right table {
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
}
.fb_preview .itembox .flex-boat .right table tr th {
	width: 55%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.fb_preview .itembox .flex-boat .right table tr td {
	width: 40%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
	padding-right: 5%;
}
.fb_preview .itembox .flex-boat .right table tr td p {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	text-align: left;
}
.fb_preview .itembox .flex-boat .right table tr td h4 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	color: #F60;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
._____02________table.spec______________________________________{
}
.spec-table   {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 120px;
}
tbody tr.top {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 13px;
}
tbody tr.bottom {
    color: #FF0000;
}
tbody tr th {
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 11px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000000;
}
tbody tr th.top-left  {
    background-color: #000000;
}
tbody tr th.red {
    color: #FF0000;
}
tbody tr td {
    width: 18%;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 1%;
    padding-right: 1%;
	
    margin: 0px;
    line-height: 1.2em;
    font-size: 12px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}
tbody .bottom td form .button  {
    font-size: 12px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    line-height: 2em;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
}
tbody .bottom td form .button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
#tohatsu01,#tohatsu02,#tohatsu03,#tohatsu04,#tohatsu05{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 60px;
}
#tohatsu01 tbody tr th, #tohatsu02 tbody tr th, #tohatsu03 tbody tr th, #tohatsu04 tbody tr th, #tohatsu05 tbody tr th   {
    width: 14%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000000;
}
#tohatsu01 tbody tr th.top-left, #tohatsu02 tbody tr th.top-left, #tohatsu03 tbody tr th.top-left, #tohatsu04 tbody tr th.top-left, #tohatsu05 tbody tr th.top-left   {
    background-color: #000000;
    color: #FFFFFF;
}
#tohatsu01 tbody tr th.red,#tohatsu02 tbody tr th.red,#tohatsu03 tbody tr th.red,#tohatsu04 tbody tr th.red,#tohatsu05 tbody tr th.red {
    color: #FF0000;
}
#tohatsu01 tbody tr td,#tohatsu02 tbody tr td,#tohatsu03 tbody tr td,#tohatsu04 tbody tr td,#tohatsu05 tbody tr td {
    width: 12%;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 1%;
    padding-right: 1%;
	
    margin: 0px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}
#tohatsu01 form .button,#tohatsu02 form .button,#tohatsu03 form .button,#tohatsu04 form .button,#tohatsu05 form .button  {
    font-size: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    line-height: 2em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    padding-left: 0px;
    padding-right: 0px;
}
#tohatsu01 form .button:hover,#tohatsu02 form .button:hover,#tohatsu03 form .button:hover,#tohatsu04 form .button:hover,#tohatsu05 form .button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
	
	
._____03________sup-menu______________________________________{
}
.sup-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	
	margin-top: 0px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sup-menu .blank {
	display: block;
}
.sup-menu .blank:hover {
	background-color: rgba(255,255,255,0);
}
.sup-menu a {
	width: 220px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	transition-duration: 0.2s;
	border-radius: 10px;
	margin-top: 0px;
	padding-top: 20px;
}
.sup-menu a:hover  {
	background-color: #E7E7E7;
}
.sup-menu a img {
	width: 90%;
	height: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sup-menu a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin-top: -5px;
}
.sup-menu a .boat-plice {
	color: #000000;
	font-size: 13px;
	line-height: 1.2em;
}
._________03__________sup-flex__________________________ {
}
.sup-flex   {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}
.sup-flex .left  {
	width: 35%;
	text-align: left;
}
.sup-flex .left h2  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 15px;
	padding: 10px;
	font-size: 18px;
}
.sup-flex .left p  {
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-right: 20px;
}
.sup-flex .left h4  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 20px;
}
.sup-flex .right  {
	width: 65%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
.sup-flex .right img  {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
._________03________sup-flex_change_________________________ {
}	
.change {
	width: 100%;
	vertical-align: top;
	background-color: #000000;
	margin-top: -10px;
	padding-bottom: 10px;
}
.change p img {
	height: auto;
	width: 100%;
}
.change ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 98%;
	margin: 0px;
	list-style-type: none;
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0%;
}
.change li {
	display: block;
	width: 23%;
	margin: 0px;
	list-style-type: none;
	padding-right: 2%;
	padding-left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.change li img {
	cursor: pointer;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}	
._____04________school-menu______________________________________{
}
.school-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	
	margin-top: 0px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.school-menu .blank {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.school-menu .blank:hover {
	background-color: rgba(255,255,255,0);
}
.school-menu a {
    width: 220px;
    text-align: center;
    margin-bottom: 60px;
    transition-duration: 0.2s;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
}
.school-menu a:hover  {
	background-color: #E7E7E7;
}
.school-menu a img {
    width: 90%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.school-menu a .boat-name {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin-top: -5px;
	font-weight: bolder;
}
.school-menu a .boat-plice {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.2em;
}
.school-menu a .boat-spec {
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
}
.school-menu a .accepting {
    color: #FFFFFF;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bolder;
    text-align: center;
    border-radius: 30px;
    background-color: #FF0000;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 8px;
    padding-right: 8px;
}
	


.school-preview {
	width: 792px;
	position: relative;
	text-align: center;
	padding: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 20px;
	display: none;
}	
._________04__________school-flex__________________________ {
}
h2.school-title {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 90%;
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
p.school-title {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    width: 70%;
    text-align: left;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
}
.school-flex   {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}
.school-flex h2.school-title {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.school-flex .left  {
    width: 55%;
    text-align: left;
    background-color: #F2F2F2;
}
.school-flex .left img  {
    width: 100%;
    text-align: left;
    height: auto;
}
.school-flex .left .schedule  {
    margin-left: 10%;
    margin-right: 10%;
    border-left: 15px solid #333333;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
}
.school-flex .left .schedule h4  {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    text-indent: -4em;
    margin-left: 4em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.school-flex .left .schedule p  {
    font-size: 14px;
    line-height: 1.4em;
    padding-right: 20px;
    text-indent: -4em;
    margin-left: 4em;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.school-flex .left .schedule p span.time  {
    display: inline-block;
    width: 4em;
    text-indent: 0;
    color: #000000;
    text-align: right;
}
.school-flex .right  {
    width: 42%;
    vertical-align: top;
    margin-left: 3%;
    bottom: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.school-flex .right hr  {
    border-top: 1px solid #CCCCCC;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.school-flex .right p  {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.school-flex .right p.photo  {
    color: #000000;
    padding-left: 3%;
    padding-top: 10px;
    font-size: 13px;
}
.school-flex .right .yotei  {
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    text-indent: -10em;
    margin-left: 9em;
}
.school-flex .right .yotei h4 {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px;
	line-height: 2em;
	font-size: 14px;
}
.school-flex .right .yotei .time   {
    display: inline-block;
    width: 7em;
    text-indent: 0;
    color: #000000;
    text-align: right;
}
.school-flex .right form {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 2em;
}
.school-flex .right form h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
}
.school-flex .right form .button{
	font-size: 16px;
	margin: 10px auto;
	line-height: 2em;
	width: 70%;
	display: block;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}
.school-flex .right form .button:hover{
	background-color: #2C3FF7;
	color: #FFFFFF;
}

.______mail_____________________________________{
}

	
#box-form {
	width: 980px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
#box-form form#m-form h2 {
	margin-bottom: 30px;
	font-size: 1.2rem;
	margin-left: -10px;
	text-align: left;
}
#box-form form#m-form p {
	text-align: left;
}
form#m-form {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	max-width: 100%;
}
#m-form strong{color:#336699;}
#m-form .hissu{
	color:#CD0920;
	font-size:12px;
}
#m-form .pan{
	color: #777777;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #F9F9F9;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 100%;
}
#m-form .send{
	text-align:center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#m-form .message{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
}
#m-form .info{
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#m-form table{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	max-width: 100%;
}
#m-form th{
	background: #f1f1f1;
	text-align: left;
	width: 28%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	vertical-align: top;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#m-form td{
	background: #fafafa;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 68%;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#m-form td.text_area {
	background:#fafafa;
	font-size:12px;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	width: 98%;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#m-form th.top{
	width: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form td.top{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	width: 327px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#m-form textarea{
	max-width: 100%;
	width: 98%;
}

#m-form table.preview th{
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form table.preview td{
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-weight: normal;
}
#m-form .error_message{
	border: 1px solid #dd3300;
	background: #fee1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9rem;
	color: #dd3300;
	margin-bottom: 20px;
}

._________________________________________________________________________ {
	
	}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}
._________________________________________________________________________ {
}________________________________________________________________________ {
}
._________________________________________________________________________ {
}
#container #wrapper #fixedMenu .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
#container #wrapper #fixedMenu .drawer--sidebar .drawer-nav {
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: fixed;
	height: 100%;
  }
/*! Left */
  #container #wrapper #fixedMenu .drawer--sidebar.drawer--left .drawer-nav {
	left: 0;
  }
#container #wrapper #fixedMenu .drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 12.5rem;
  }
/*! container */
  #container #wrapper #fixedMenu .drawer--sidebar .drawer-container {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
  }




._______media64_____________________________________________________________________________________________________________________________ {
}
#container #wrapper #fixedMenu .drawer-navbar {
    background-color: #333333;
    width: 100%;
  }

#container #wrapper #fixedMenu .drawer-container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
  }
#container #wrapper #fixedMenu {
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(0,0,0,0.80);
}
  
 
#container #wrapper #fixedMenu .drawer-navbar .drawer-nav {
	z-index: 101;
	top: 0;
	overflow: hidden;
	color: #222;
	background-color: transparent;
	text-align: center;
} 
  
  
  
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header {
	position: relative;
	display: none;
	float: left;
	padding: 0;
	border: 0;
  }
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header .drawer-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-menu--right {
	float: right;
  }
#container #wrapper #fixedMenu .drawer-navbar .drawer-menu li {
	float: left;
  }
#container #wrapper #fixedMenu .drawer-navbar .drawer-hamburger {
    display: none;
  }
#container #wrapper #fixedMenu .drawer-navbar .drawer-nav {
    position: relative;
    left: 0rem;
    overflow: visible;
    width: auto;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    text-align: center;
    margin-bottom: 0px;
  }
#container #wrapper #fixedMenu .drawer-navbar .drawer-menu {
	padding: 0;
	text-align: center;
	max-width: 100%;
  }
#container #wrapper #fixedMenu .drawer-navbar a.drawer-menu-item {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1.1rem;
	line-height: 3.5em;
	color: #FFFFFF;
	text-align: center;
	width: 98%;
  }
#container #wrapper #fixedMenu .drawer-navbar a.drawer-menu-item:hover  {
	background-color: #DEDEDE;
	color: #000000;
  }
/*! dropdown */
#container #wrapper #fixedMenu .drawer-navbar .drawer-dropdown-menu {
	position: absolute;
	border: 0px solid #ddd;
	width: 40%;
	background-color: #EBEBEB;
  }
#container #wrapper #fixedMenu .drawer-navbar a.drawer-dropdown-menu-item {
	padding-left: 1rem;
	font-size: 16px;
	line-height: 3.5em;
	display: block;
	color: #0075F0;
	text-align: left;
	}
#container #wrapper #fixedMenu .drawer-navbar a.drawer-dropdown-menu-item:hover {
	background-color: #DF0104;
	color: #FFFFFF;
	font-weight: bolder;
  }





.___________________________________________{
}
iframe.vr-youtube {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 80px;
    display: block;
}
.iframe_moji  {
    left: 0px;
    color: #333333;
    font-style: normal;
    line-height: 1.6em;
    text-decoration: none;
    z-index: 99;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
#wrapper .contents #vrview001 {
}
#wrapper .contents .vr_size {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.settei {
    font-size: 16px;
    line-height: 1.5em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.margin-bottom001 {
    margin-bottom: 160px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}
.___________________________________________{
}	
.anchor-height80   {
    height: 80px;
}
.test00001 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
a.test200807 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    background-color: #F25254;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}
.___________________________________________{
}
	
}/*! PC用 閉じカッコ*/
