@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/
*{
	box-sizing: border-box;
}
html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	}

/*　背景のボックスが必要な場合のみ設定  */
#back {
	min-height: 100vh;
    padding-bottom: 115px;
    position: relative;
	box-sizing: border-box;
}

p {font-size:85%;
	line-height:1.8em;
	margin:0;
	}

strong {font-weight:bold}

img {border:0;
    max-width: 100%;
	vertical-align: bottom;}

hr{
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;

/* hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */}

table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

.clearfix:after{
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}
.flex{
	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.pc-only{
	display: block;
}
.sp-only{
	display:none;
}

/*　ヘッダー--------------------------------　*/

#head {
	/* background:#fff;
	height:73px; */
	width:100%;
	margin:0 auto;
	padding: 0;
}

/* logo */
#head h1 {
	margin:0px auto 0 auto;
/*	float:left;*/
	}
#head h1 a{
/*	float:left;*/
	display:block;
	height:73px;
	width:248px;
	margin:0px auto 0 auto;
	background:url(../img/common_logo.png) no-repeat ;
	}
#head h1 a span{
	display:none;}




/* ヘッダーナビ */
#head #head-navi {
	float:right;
	height:21px;
	width:auto;
	margin:0px 0 0 0;
	text-align:right;
}
#head #head-navi li {
	float:left;
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
}
#head #head-navi li a {
	margin-right:10px;
	margin-left:10px;
	padding-left:10px;
	color:#333;
	text-decoration:none;
	background:url(../img/common_head_li.gif) no-repeat left 3px;
	}

#head #head-navi li#ameblo a ,
#head #head-navi li#fb a ,
#head #head-navi li#insta a {
	margin:0 0 0 9px;
	display:block;
	width:21px;
	height:21px;
	padding:0;
	}
#head #head-navi li#ameblo a {
	margin:0 0 0 20px;
	}

#head #head-navi #ameblo a span ,
#head #head-navi #fb a span ,
#head #head-navi #insta a span {
	display:none;
	}

#head #head-navi #ameblo a {
	background:url(../img/common_head_ameblo.gif) no-repeat ;
}
#head #head-navi #fb a {
	background:url(../img/common_head_fb.gif) no-repeat ;
}
#head #head-navi #insta a {
	background:url(../img/common_head_insta.gif) no-repeat ;
}






/*　ビジュアル--------------------------------　*/

#visual {
	width:100% ;
	height:auto;
	margin:0px auto 0px auto ;
	padding: 0 0 0 0;
	clear:both;
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
	overflow: hidden;
	max-height: 100vh;
 }

 /* ----- 背景用の動画ファイル ----- */

.mainvisual{
	height: auto;
	position: relative;
	width: 100%;
	text-align: center;
}

/* .mainvisual:before {
	background: url(../img/dot.svg);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	z-index: 2;
}
 */
video{
	vertical-align: top;
	display: block;
	height: auto !important;
}

#bg-video{
	background-attachment: fixed; /*中央揃えになるように、fixed。*/
  	background-position: center center; /*positionも中央に。*/
  	background-size: cover; /*画面サイズに応じてサイズを可変するように設定。*/
  	left: 0;
  	/*以下、画面いっぱいにするためのCSS設定*/
  	min-height: 100%;
  	min-height: 100vh;
  	min-width: 100%;
  	min-width: 100vw;
  	/* mainvisualのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
  	position: absolute;
  	top: 0;
  	z-index: 1;
	/*position: relative;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('../img/top_mainvisual_poster.jpg') no-repeat;
	background-size: cover;*/
   }
   /* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
	position: absolute;
	z-index: 2;
	top: 70%;
	left: 0;
	right: 0;
	display: inline-block;
	text-align:center;
	margin: auto;
   }

.header-title h1{
	width: 70%;
	max-width: 460px;
	margin: 0 auto;
}
.header-title h1 img{
	width: 100%;
}



/*　ページビジュアル　--------------------------------　*/

#title {
	width:100%;
	height: 0;
	padding-top: calc(230 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	margin:0px 0px 0px 0px ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	}
#title h2 {
	display:none;
	}

/* 各ページの画像設定
body.greet #title  { background: url(../img/greet_title.jpg) center center / cover no-repeat;}
body.company #title  { background: url(../img/company_title.jpg) center center / cover no-repeat;}
body.contact #title  { background: url(../img/contact_title.jpg) center center / cover no-repeat;}
body.info #title  { background: url(../img/info_title.jpg) center center / cover no-repeat;}
 */

/*　ナビ表示--------------------------------　*/
#nav-toggle {
    position: fixed;
    top: 42px;
    right: 42px;
    height: 50px;
	cursor: pointer;
	padding: 10px;
    background: rgba(255,255,255,0.6);
}

#nav-toggle  div {
    position: relative;
    width: 36px;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 0;
}
#nav-toggle span:nth-child(2) {
      top: 14px;
}
#nav-toggle span:nth-child(3) {
      top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}
.open #nav-toggle {
	background: none;
}
.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%;
}
.open #nav-toggle span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
    z-index: 1000;
}
#gloval-nav {
	width: 30%;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
	padding: 5%;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 0;
	letter-spacing: 0.2em;
    transition: color .6s ease;
    font-weight: bold;
	position: relative;
	font-family: sans-serif;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav li a{
	width: fit-content;
	margin: 0 auto;
}
#gloval-nav li a::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1px;
	position: absolute;
	left: -1em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: #000;
	transition: 0.3s ease;
	border-radius: 50%;
	margin-right: 17px;
}
#gloval-nav li a:hover::before{
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-right: 8px;
}
#gloval-nav .nav-logo {
margin-bottom: 10px;
}
#gloval-nav ul {
	list-style: none;
}






/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: -1px;}






/*　コンテンツ背景--------------------------------　*/

#contents-back {}




/*　パンくずリスト--------------------------------　*/
#bread {
	width:880px;
	padding:14px 0 0 0;
	margin:0px auto 0px auto ;
	font-size:75%;
	color:#333;
	clear:both;
	}
#bread a {
	color:#336699;
	}




/*　コンテンツ外枠--------------------------------　*/

#contents{
	margin:0 auto 0 auto;
	}

#contents:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------　*/

#contents-banner{
	height: auto;
    width: 27%;
    max-width: 230px;
    padding: 0px;
	margin: 0px 0 30px 0;
}

#contents-banner img{
	margin:0 0 10px 0;
	border:0;
}




/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	height:auto;
	width:96%;
	max-width: 940px;
	padding: 36px 0 100px 0px;
	margin:0px auto ;
	}

section.ct{
	margin-bottom: 5em;
}

/*　見出し　--------------------------------　*/
#contents-main h1{
	width: 100%;
    max-width: 940px;
    margin: 0 auto 2em;
    font-size: 3em;
    font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-family: sans-serif;
}
#contents-main h2{
	font-size: 1.5em;
    margin: 2em 0 1em 0;
    padding-bottom: 5px;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
}
#contents-main h3 {
	margin:0px 0 20px 0 ;
	line-height:1.4em;
	padding:0px 0 16px 0;
	font-size:140%;
	text-align:center;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	letter-spacing:normal;/* 文字間 */
	color:#000;
	border-bottom:1px solid #666;
    }

#contents-main h3 a{
	color:#000;
	text-decoration:none;
	}
#contents-main h3 a:hover{
	text-decoration:underline;
	}


#contents-main h4{
	border-bottom:#666 dotted 1px;
	padding:10px 0px;
	margin:0 0 1em 0 ;
	line-height:1.4em;
	clear:both}

#contents-main h4 img{
	margin-left:8px;}





/*　本文　--------------------------------　*/

/*　文字色　*/
#contents-main p,
#contents-main table,
#contents-main li { color:#333 }

#contents-main p {
	margin:0 0 1em 0 ;
	color:#333;
	line-height:1.8em;
	font-size:90%;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
#contents-main p strong{
	font-size: 110%;
}
#contents-main p img{
	margin:0 10px 20px 10px;
	max-width:640px;
	max-width:100%;
	height:auto;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}

#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}



#contents-main iframe{
	margin:10px 0px;
	padding:2px;
	border: none;
	height: 500px;
}


/* リンク文字色 */
#contents-main a {
	color:#069;
	text-decoration:none ;}

#contents-main a:hover {
	text-decoration:underline ;}


#contents-main .catch{
	font-size: 160%;
	text-align: center;
	margin-bottom: 2em;
	line-height: 2;
}



/*　リスト　*/

#contents-main ul , #contents-main ol{
	line-height:1.8em;
	font-size:90%;
	margin:0 0 2em 20px;
	}
#contents-main ul li{
	list-style:disc outside;
	margin-bottom:1em;
	}
#contents-main ol li{
	list-style:decimal outside ;
	margin-bottom:1em;
	}

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	font-size:90%;
	margin:30px 0 30px 0;
	border: none;
	}
#contents-main table th {
	background:none;
	text-align:center;
	padding:6px 6px ;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:400;
	color: #333;
	border: none;
/*	border:1px solid #999;*/
}
#contents-main table td {
	background:none;
/*	border:1px solid #999;*/
	padding:6px 6px;
	}





/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	border-top:1px solid #999;
	height:auto;
	padding:30px 0;
	margin:0 0 0px 0;
	overflow-y:auto;
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/

#contents-main ul#tab {
	margin:0 auto;
	padding-left:60px;
	width:100%;
	}
#contents-main ul#tab li{
	float:left;
	list-style:none;
	display:inline;
	}
#contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	}






/* フッター--------------------------------　*/

#footer {
	margin:0 auto;
	padding: 20px 0 10px;
	/* height:13px; */
	width:100%;
	clear:both;
	background:#d8d8d8;
	text-align: center;
	position: absolute;
    bottom: 0;
	}
#footer .sns a{
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s background-color;
	border-radius: 50%;
}
#footer .sns a:hover{
	background-color: rgba(0,0,0,0.3);
}
#footer .copyright{
	color: #666666;
	text-align: center;
	margin-top: 10px;
}



/* ページトップ */
#footer p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
#footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	}
#footer p.pagetop a:hover {
	background-color: #333;
	}

/* 住所
#footer #address {
	padding-top:30px;
	margin-bottom:4px;
	}
#footer #address p{
	text-align:center;
	font-size:75%;
	color:#333;
	} */

/* コピーライト
#footer #copyright {
	margin:0px auto 5px auto;
	height:13px;
	padding:0px 0px;
	background:url(../img/common_fotter_copyright.gif) no-repeat bottom center;
	}*/
#footer #copyright p{
/*	text-align:center;
	font-size:75%;
	color:#666;*/
	display:none;
	}




/* ★追記の設定-------------------------------- */

.tuiki{
	display:none;
	}

.read_open_close{
	cursor:pointer;
	}








/* ★トップページのみ--------------------------------　*/

body.index #contents-main {
	width:96%;
	margin:0px auto;
	padding-top:50px;
	padding-bottom: 100px;
	}




/* ブログ infomation*/
body.index #contents-main #top-blog {
	width:96%;
	max-width: 640px;
	margin:0 auto;
	}
body.index #contents-main #top-blog .information{
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid#666666;
	display: block;
	text-align: left;
	line-height: 1;
	font-size: 150%;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin:0px 0 18px 0 ;
	font-family:serif;
	color:#000;
}
body.index #contents-main #top-blog .information::before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 80px;
	background: url(../img/common_contents_icon.png) no-repeat bottom left;
	background-size: contain;
    margin-right: 12px;
	margin-bottom: -2px;
}

body.index #contents-main #top-blog ul {
	margin:0;
	font-size:100%;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.index #contents-main #top-blog li {
	/* padding-left:20px; */
	margin:0 0 0.2em 0;
	list-style:none;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;
	}
body.index #contents-main #top-blog li a{
	color:#333;
	text-decoration:none;
}
body.index #contents-main #top-blog li span {
	color:#666;
	font-size:100%;
	}

/*ブログ　thumbnail*/
body.index #contents-main .multi-thumbnail{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
body.index #contents-main .thumbnail {
	width: 25%;
	max-width: 250px;
	padding-bottom:10px;
}
body.index #contents-main .thumbnail img{
	margin: 0 2%;
	width: 96%;
}




/* ★新着情報・ブログページ共通--------------------------------　*/
body #contents-main .post {
	margin: 0;
    width: 70%;
}
body #contents-main .entry {
	margin: 0 0 50px 0 ;
}
body #contents-main .post h2 a{
	color: #333;
}

body #contents-main .post h3{
	margin-bottom:10px;
}


/* 日付など */
#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:90%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .pager {
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	}
#contents-main .pager span.pager_item a {
	margin:0 2px;
	padding:3px 4px;
	background:#ccc;
	border:1px solid #bbb;color:#000;
	}


/*ブログ記事ごとページ　関連記事*/
#contents-main .post p.kanren_title {
	padding-left: 20px;
	background: url(../img/top_info_li.jpg) no-repeat 0 4px;
}

/* ★公式ブログページ　個別設定-------------------------------- */

/* 一覧・詳細　共通設定　-----*/
body.blog #contents {
	max-width:940px;
	margin:0 auto;
	}
/* body.blog #contents-main {
	float:left;
	padding-top:20px;
	} */
body.blog #contents-main h1 a,
body.blog #contents-main h1 a:hover	{
	color: #000;
	text-decoration: none;
}

body.blog #contents-main h2 {
	font-weight:600;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-main h2 span {
	font-weight:normal;
	color:#333;
	font-size: 14px;
}



/* ブログ・カテゴリタイトル表示用 */
body.blog #contents-main .category-ti {
	font-size:110%;
	margin:0 auto 20px auto  ;
	text-align:left;
	font-weight:600;
	}
body.detail #contents-main .category-ti {
	margin:0 auto 40px auto  ;
}



/* サイドコンテンツ */
body.blog #contents-banner {
	padding-top:30px;
	}
body.blog #contents-banner ul {
	font-size:100%;
	color:#666;
	line-height:1.8em;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	list-style-type: none;
	margin: 0 0 2em;
}

body.blog #contents-banner ul li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: .3em;
	margin: 0;
	position: relative;
}

body.blog #contents-banner ul li::before{
	transform: rotate(-45deg);
	width: .4em;
	height: .4em;
	border-bottom: 3px solid #d1d1d1;
	border-right: 3px solid #d1d1d1;
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0;
}
body.blog #contents-banner ul li a{
	padding-left: 1em;
}

body.blog #contents-banner .banner-box {
	margin-bottom:30px;
	}

body.blog #contents-main #contents-banner h2 {
	font-size:130%;
	margin-bottom:10px;
	padding:0.2em 0;
	text-align:center;
	border-bottom: 1px solid #666;
	color:#333;
	letter-spacing: 0.1em;
    font-weight: 400;
	padding: 0 0 1em;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1;
}
body.blog #contents-main #contents-banner h2::before {
	content: "";
	width: 1em;
	height: 2em;
	display: inline-block;
	background: url(../img/common_contents_icon.png) no-repeat top left;
    background-size: contain;
	vertical-align: bottom;
	margin-right: 10px;
}



/* ブログ　一覧ページ　-----*/

/* 記事ブロック */
body.list #contents-main .entry {
	max-width:640px;
	margin:0 auto 0px auto;
	border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.1);
    padding: 5%;
    margin-bottom: 5em
}
body.list #contents-main .entry  ul {
	margin: 0;
}
body.list #contents-main .entry  ul li{
	list-style: none;
}
/* サムネイル画像 */
body.list #contents-main .entry p img {
	margin: 0 0 0px 0 ;
}

body.blog #contents-main h2 {
	font-size:135%;
	padding-left:0;
	margin-top: 0;
    padding-bottom: 0;
}




/* ★お問い合わせ-------------------------------- */

#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th{
	border:0;
	background:none;
	padding:0;
	}

span.error_message {
	color:#900}

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	}
body #contents-main table#inquiry_form  th {
	width:20%;
	}
body #contents-main table#inquiry_form  td {
	border:none;
}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:350px;
	border:0;
}

body #contents-main table#inquiry_form  td input {
	border: none;
	width: 99%;
	background: #eee;
	padding: 5px;
}
body #contents-main table#inquiry_form  td textarea {
	border: none;
	background: #eee;
}

/* テキストボックスなどの長さ */

body #contents-main table#inquiry_form  td input.name{
	width:100%}
body #contents-main table#inquiry_form  td input.mail{
	width:100%}
body #contents-main table#inquiry_form  td input.subject{
	width:100%}
body #contents-main table#inquiry_form  td textarea {
	width:100%;
}
body #contents-main input[type="submit"]{
	background-color: #fff;
    border: 1px solid #666;
    padding: 10px 1em;
	transition: 0.3s ease;
	color: #333;
}
body #contents-main input[type="submit"]:hover{
	background-color: #000;
	color: #fff;
}






/*★movie--------------------------------　*/
body.movie .movie_video{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
body.movie .movie_video .video{
	margin-bottom: 1em;
}

/* 印刷用設定　ここから */
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */