@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/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
body{
    background-image: url("images/back.png") ;
}
.wide {
    display: none;
}
.slideBlock {
    background-image: url("images/slide01.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vw * 0.4) ;
}
.slideBlock .textBox{
    display: inline-block;
    margin-left: 2%;
    width:60%
}
.slideBlock p{
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 12px;
    line-height: 180%;
}
.slideBlock .catch{
    font-family: source-han-sans-japanese, sans-serif; 
    font-size: 17px;
    line-height: 150%;
}
.slideBlock .catch span{
    font-family: kan415typos-std, sans-serif;
}
.ibyBlock{
    margin-top: 20px;
    text-align: center;
}
.ibyBlock > div{
}
.ibyBlock ul{
    font-family: source-han-sans-japanese, sans-serif; 
	font-size: 15px;
	line-height: 160%;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-left: 1.5em;
}
.ibyBlock > div > p{
    text-align: left;
    color: #E8AA17;
    font-size: 19px ;
    font-weight: bold
}
.outlineTable{
    font-family: source-han-sans-japanese, sans-serif; 
	font-size: 16px;
	line-height: 160%;
    color: #000;
    width: 100%;
}
.outlineTable th{
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000;
    text-align: left;
    font-weight: normal;
    padding: 5px;
    width: 5em;
}
.outlineTable td{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000;
    padding: 5px;
}
.telBlock{
    text-align: center;
    width: 100%;
    margin: 40px 0
}
.telBlock .linkButton{
    width: 100%;
}
.telBlock .linkButton:hover{
    opacity: 0.7;
}
#instagram_list .item{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}
.ballonBox{
    display: inline-block;
    text-align: center;
}
.baloon{
    background-color: #E8AA17;
    padding: 5px;
    border-radius: 5px;
    font-family: source-han-sans-japanese, sans-serif; 
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    letter-spacing: 0.1em;
}
.telBlock a:hover{
    opacity: 0.7;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

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

@media only screen and (min-width: 769px) {
.narrow{
    display: none;
}
.wide {
    display: block;
}
.slideBlock .textBox{
    margin-left: 10%
}
.slideBlock p{
    font-size: 18px;
}
.slideBlock .catch{
    font-size: 27px;
}
.ibyBlock{
}
.ibyBlock ul{
	font-size: 20px;
}
.ibyBlock > div > p{
    font-size: 28px ;
}
.outlineTable{
	font-size: 21px;
}
.outlineTable th{
    padding: 15px;
    width: 8em;
}
.outlineTable td{
    padding: 15px;
}
.baloon{
    padding: 20px;
    border-radius: 10px;
    font-size: 31px;
}
}
