@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&family=Ballet:opsz@16..72&display=swap');
/* Gotic
    font-family: 'Noto Sans JP', sans-serif; gotic
    font-family: 'Noto Serif JP', serif;	micho
    font-family: 'Ballet', cursive;
*/
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* chromeで画像がぼやける対応 */
body{
    width: 100%;
    overflow: hidden;
}
.headerBlock{
    height: calc(100vw * 0.17) ;
    background-image: url("../images/header01.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
    position: relative;
    padding: calc(100vw * 0.05) 0 0 0;
    box-sizing: border-box;
}
.headerBlock .logo{
    text-align: center;
    margin: 0 0 calc(100vw * 0.03) 0;
}
.headerBlock .logo img{
    width: 50%;
}

/* Smart menu: */
.main-nav {
/*    background-color: #fff;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
*/
	left: 0;
	top: 0;
	width: 100%;
    z-index: 10000;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
#main-menu {
    clear: both;
}

/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 6px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}
.sm-clean {
	padding: 0;
	background: none;
	border-radius: 0;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-family: 'Noto Sans JP', sans-serif;
	padding: 1em 1em;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
.sm-clean a.has-submenu {
	padding-right: 0;
}
.sm-clean ul {
	background: none;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	font-size: 15px;
	border-left: 8px solid transparent;
    width: 100%;
    text-align: left;
}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
/*    background-color: rgba(0,0,0,0.1);
*/    color:#fff;
	/*background: #eeeeee;
	color: #D23600;*/
}
#menu_block{
	width: 100%;
	z-index: 999;
}
.absoluteMenu{
	position: absolute;
	top: 0;
    background-color: #fff;
}
.fixedMenu {
	position: fixed;
	top: 0;
	background-color: #fff;
    padding: 10px 0;
    background: rgba(255,255,255,0.3)!important ;
}
/* モバイルレイアウト : 480 px およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.sm-clean {
	border-radius: 0;
}
.topMenuBlock .sm-clean a, .topMenuBlock .sm-clean a:hover, .topMenuBlock .sm-clean a:focus, .topMenuBlock .sm-clean a:active {
}
.sm-clean a .sub-arrow {
	background: rgba(255, 255, 255, 0);
}
.sm-clean a .sub-arrow::before {
	content: '▼';
}
.sm-clean a.highlighted .sub-arrow::before {
	content: '▲';
}
.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
    background: rgba(162, 162, 162, 0.4) ;
}
.sm-clean li > ul > li{
    background: none ;
}
.contents{
    position: relative;
    width: 95%;
    margin: 0 auto;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
    font-weight:bold;
    text-align: center;
    color: #E2BDAC;
    margin: 0;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    font-weight:normal;
    text-align: left;
    color: #333333;
    margin: 40px 0;
    background-color: #E6E6E6;
    padding: 0.25em 0 0.25em 0.75em;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 160%;
    color:#333333;
    margin: 0;
}
h4{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    color: #000;
    margin: 30px 0 10px 0;
}
h5{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
	margin: 100px auto 0 auto;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 180%;
    font-weight: normal;
    text-align: left;
    color: #808080;
}
.footerBlock {
	margin: 100px 0 70px 0;
}
.footerBlock > div{
    width: 95%;
    max-width: 1000px;
    margin: auto;
}
.footer > div{
    display: inline-block;
    width: 50%;
}
.footerMenu{
    text-align: right;
}
.footerMenu a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
.footerMenu a:hover{
    color: #000;
    background-color: #ccc;
}
.footerMenu a:visited{
    color: #000;
}
.footer2 {
	text-align: center;
	margin: 30px auto 0 auto !important;
}
.footer2 img{
    width: 56px;
}
.footer2 a{
    margin: 5px;
}
.toTop {
	position: fixed;
	bottom: 5%;
	right: 5%;
    z-index: 1000;
}
.toTop a{
	display: inline-block;
	vertical-align: top;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	background-color: #E2BDAC;
	border-radius: 50%;
	color:#fff;
	width: 50px;
	height: 50px;
	font-size: 25px;
	text-align: center;
}
.toTop a svg{
	margin-top: 12.5px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    padding: 0.5em 1em;
    text-align: center;
    vertical-align: middle;
    background-color: #E2BDAC;
    color: #fff!important;
    margin-bottom: 10px;
}
.linkButton:hover{
	opacity: 0.7;
}
.linkButton:visited{
    color: #fff!important;
}
.stdLink{
    color: #7F7F7F;
	text-decoration: none;
}
.stdLink:hover{
    color: #7F7F7F;
	text-decoration: underline;
}
.stdLink:visited{
    color: #7F7F7F;
}
.errMsg {
	display:none;
	color:#F00;
}
.dataList .fa-exclamation-triangle{
	color: #f1c40f;
}
.narrowRow{
	display: table-row;
}
.wideRow{
	display:none;
}
.errMsg {
	display:none;
	color:#F00;
}
.entryItem {
	display:block;
}
.confItem {
	display:none;
}
.orderForm .fa-exclamation-triangle{
	color: #f1c40f;
}
.mandatory{
    font-size: 0.7em;
    color: #f00;
}
.notice{
    color:#f00;
}
.any{
    font-size: 0.7em;
}
.disabledATag{
    pointer-events: none;
    background-color: #cccccc!important;
}
.scrolledBox a{
    color:#000;
}
.fixedLabelBlock {
    display:inline-block;
	position: fixed;
	z-index: 1003;
	top: 20%;
	right: 0;
}
.fixedLabelBlock a{
    display: inline-block;
    background-color: #D76285;
    padding: 6px 0 6px 6px;
    border-radius:71px 0 0 71px;
}
.fixedLabelBlock > a > div{
    display: inline-block;
    border-radius:65px 0 0 65px;
    border-top-style: dashed;
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-color: #fff;
    border-width: 1px;
    text-align: center;
    width: 65px;
    height: 130px;
}
.fixedLabelBlock > a > div > div{
    display: inline-block;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    color:#fff;
    margin: 42px 0;
    text-align: left;
}
.lazyLoad{
	background: none;
}
.titleBar{
    font-family: 'Noto Serif JP', serif !important;
    font-size: 24px !important;
    position: absolute;
    top: 32% ;
    left: 0;
    color:#fff;
    text-align: center;
    width: 100%;
}
.titleBar2{
    position: absolute;
    top: 90%;
    width: 100%;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.titleBar{
    font-size: 28px !important;
}
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
.headerBlock .logo img{
    width: auto;
}
.main-nav {
    background: none;
/*        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
*/    }
#menu_block {
	width: 100%;
    color: #fff;
	padding: 10px 0;
	z-index: 1000;
}
#main-menu {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
}
/* hide the button in desktop view */
.main-menu-btn {
    position: absolute;
    top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: block;
}
.sm-clean > li {
	text-align: center;
	font-size: 12px;
}
.sm-clean > li:nth-child(1) {
	width: 17.3%; 
}
.sm-clean > li:nth-child(2) {
	width: 13.0%; 
}
.sm-clean > li:nth-child(3) {
	width: 17.3%; 
}
.sm-clean > li:nth-child(4) {
	width: 26.0%; 
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	color: #000;
}

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    background-color: rgba(0,0,0,0.1);
    color:#000;
}
.topMenuBlock .sm-clean a:hover, .topMenuBlock .sm-clean a:focus, .topMenuBlock .sm-clean a:active, .topMenuBlock .sm-clean a.highlighted {
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
	color: #4D4D4D!important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0;
}
.sm-clean a .sub-arrow {
	right: 2px;
	border-color: #000 transparent transparent transparent;
}
.topMenuBlock .sm-clean a .sub-arrow {
}
.sm-clean ul {
	background: #F2F2F2;
    border: 1px solid #f2f2f2;
}
.sm-clean li {
	border-top: 0;
    background: none;
}
.absoluteMenu{
	top: 60%;
    background: none;
}

.gridContainer {
	max-width: 1282px;
	margin: auto;
}
.contents{
    width: 90%;
}
.fixedLabelBlock a{
    padding: 10px 0 10px 10px;
    border-radius:130px 0 0 130px;
}
.fixedLabelBlock > a > div{
    border-radius:120px 0 0 120px;
    width: 120px;
    height: 240px;
}
.fixedLabelBlock > a > div > div{
    font-size: 19px;
    margin: 85px 0;
}
.titleBar{
    top: 8% ;
}
}