@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、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/ 
*/
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    background: #000;
}
.main-nav .logo{
    background: #000;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	color: #000;
}
.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

/* モバイルレイアウト : 480 px およびそれ以下. */
.topImage{
    display: inline;
}
.otherImage{
    display: none;
}
.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 {
    color:#000;
}

.topHeader{
    position: relative;
}
.topHeader img{
    width: 100%;
}
.topHeader .cover{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
}
.topHeader .catch{
    position: absolute;
    top: 15%;
    left: 30%;
}
.topHeader .catch p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 200%;
}
.cover .intro{
    position: absolute;
    background: #fff;
    width: 100%;
}
.cover .intro p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 170%;
    margin: 0 0;
}
.cover .intro p span{
    font-size: 20px;
}
.dummy{
    background: #fff;
    height: 250px;
}
.imageBox{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.imageBox .catch{
    position: absolute;
    top: 25px;
    left: 35%;
}
.imageBox .catch p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    font-weight: bold;
}
.newsFrame{
    box-sizing: border-box;
    border: solid 15px #F7C8CE;
    border-radius: 30px;
    background: #fff;
    position: relative;
    min-height: 300px;
}
.newsFrame .logo{
    position: absolute;
    bottom: 0;
    right: 5%;
    display: none;
}
.whatsNewBlock {
	box-sizing: border-box;
	padding: 1em 1em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.topHeader .catch{
    left: 50%;
}
.topHeader .catch p{
    font-size: 20px;
    line-height: 180%;
}
.whatsNewBlock {
	padding: 2em 16em 2em 2em;
}
.newsFrame .logo{
    display: block;
}
.cover .intro{
    position: static;
}
.cover .intro p{
    font-size: 14px;
}
.cover .intro p span{
    font-size: 26px;
}
.dummy{
    height: 50px;
}
.imageBox{
    border-radius: 20px;
}
.imageBox .catch{
    top: 50px;
    left: 45%;
}
.imageBox .catch p{
    font-size: 25px;
}
.sm-clean li {
	border-top: none;
}
.sm-clean > li{
    border-right: solid 1px #000;
}
}
