TsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-MTsukuMinPr6-M/*======================================
ここからリセットCSS
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
======================================*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font: inherit;
    vertical-align:baseline;
    background:transparent;
    letter-spacing: 0px;
}
 
/*勝手に文字が大きくなる対策*/
body {
    -webkit-text-size-adjust: 100%;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#595757;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#595757;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

br{
	letter-spacing: normal;
}

/*======================================
ここまでリセットCSS
======================================*/



/*======================================
フォント
======================================*/

body {
	font-family: "TsukuMinPr6-R", serif;
	font-size:14px;
	line-height:1.7;
	color:#000;
}

address{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.7;
	font-family: "TsukuMinPr6-R", serif;
	color: #fff;
}

@font-face {
	font-family: "FontAwesome";
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'),
		url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.ttf') format('truetype'),
		url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bold{
	font-family: "TsukuMinPr5-B", serif;
	font-weight: 700;
}

.semibold{
	font-family: "TsukuMinPr6-RB", serif;
	font-weight: 600;
}

.fnormal{
	font-family: "TsukuMinPr6-R", serif;
	font-weight: 400;
}

.goth_b{
	font-family: "TsukuGoPro-B", sans-serif;
}

.size60{
	font-size: 60px;
}

.size48{
	font-size: 48px;
}

.size40{
	font-size: 40px;
}

.size32{
	font-size: 32px;
}

.size28{
	font-size: 28px;
}

.size24{
	font-size: 24px;
}

.size20{
	font-size: 20px;
}

.size18{
	font-size: 18px;
}

.size16{
	font-size: 16px;
}

.size14{
	font-size: 14px;
}

.size12{
	font-size: 12px;
}

.em10{
	line-height: 1.0em;
}

.em13{
	line-height: 1.3em;
}

.em16{
	line-height: 1.6em;
}

.em19{
	line-height: 1.8em;
}

.em20{
	line-height: 2.0em;
}

.em22{
	line-height: 2.2em;
}

.ls10{
	letter-spacing: 1.0px;
}

.ls13{
	letter-spacing: 1.3px;
}

.ls15{
	letter-spacing: 1.5px;
}

.ls20{
	letter-spacing: 2.0px;
}

.gold{
	color: #C6A400;
}

.black{
	color: #000;
}

.white{
	color: #fff;
}

.ta_left{
	text-align: left!important;
}

.ta_right{
	text-align: right;
}

.ta_center{
	text-align: center!important;
}


/*================================
 ページ基本
================================*/
html, body { 
	height: 100%;
}

body {
	position:relative;
	margin: 0;
	padding: 0;
	background: #333333;
}

a{
	color: #000;
	text-decoration: none;
	transition: .3s;
}

.clearfix::after{
　content: ".";
　display: block;
　height: 0;
　clear: both;
　visibility: hidden;
　overflow: hidden;
　font-size: 0.1em;
　line-height: 0;
}

#wrapper {
	margin: 0 auto;
	text-align:center;
}

.inlineverT{
	display: inline-block;
	vertical-align: top;
}

.inlineverM{
	display: inline-block;
	vertical-align: middle;
}

.inlineverB{
	display: inline-block;
	vertical-align: bottom;
}

.padtop10{
	padding-top: 10px;
}

.padtop20{
	padding-top: 20px;
}

.padtop24{
	padding-top: 24px;
}

.padtop48{
	padding-top: 48px;
}

.padtop60{
	padding-top: 60px;
}

.padtop80{
	padding-top: 80px;
}


.padtop120{
	padding-top: 120px;
}

.padver80{
	padding: 80px 0;
}

.padbtm10{
	padding-bottom: 10px;
}

.padbtm20{
	padding-bottom: 20px;
}

.padbtm40{
	padding-bottom: 40px;
}

.padbtm60{
	padding-bottom: 60px;
}

.padbtm80{
	padding-bottom: 80px;
}

.padbtm120{
	padding-bottom: 120px;
}

.padleft10{
	padding-left: 10px;
}

.padleft20{
	padding-left: 20px;
}

.padleft40{
	padding-left: 40px;
}

.padhor20{
	padding-left: 20px;
	padding-right: 20px;
}

.padhor40{
	padding-left: 40px;
	padding-right: 40px;
}

.martop20{
	margin-top: 20px;
}

.martop48{
	margin-top: 48px;
}

.back_gy{
	background: #eeeeee;
	padding: 120px 0;
}

.back_wh{
	background: #fff;
	padding: 120px 0;
}

/*================================
 loading
================================*/

#loading{
	position: absolute;
	left: 50%;
	top: 46%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 99999;
}
#main-contents{
}

/*================================
 header
================================*/

#main-visual{
width: 100%;
height: 100%;
background-image: url("images/slide1.jpg");
background-position:center center;
background-size:cover;
}

.header_logo{
	position: absolute;
	width: 218px;
	top: 45%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.header_logo2{
	position: absolute;
	width: 180px;
	top: 350px;
	left: 47%;
	-ms-transform: translate(-50%,-45%);
	-webkit-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
	margin:0;
	padding:0;
}

.header_logo img{
	filter: drop-shadow( 2px 2px 2px #444444 );
}
.header_logo2 img{
	filter: drop-shadow( 2px 2px 2px #444444 );
}


#video {
  background: url('/video_bg.jpg') no-repeat; 
  background-attachment: fixed; 
  background-position: center center; 
  background-size: cover; 
  left: 0;
  
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  z-index: 1;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
	
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 30px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#top-head,
.inner {
	width: 100%;
	padding: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: rgba(0,0,0,.6);
	width: 150px;
	text-align: left;
	padding: 10px 0px 10px 30px;
	margin: 32px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	left: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 9px 0;
	transition: 0.3s;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
	color: #999;
}

#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
/* #global-nav スライドアニメーション */
.close #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(-556px);
	-webkit-transform: translateY(-556px);
	transform: translateY(-556px);
}



.lang_switch{
	text-align: left;
	z-index: 9999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lang_select a{
	color: #C6A400!important;
}

.lang_noneselect a{
	color: #fff;
	transition: 0.3s;
}

.lang_noneselect a:hover{
	opacity: 0.7;
}

.ls_underborder_wh{
	border-bottom: solid 1px ;
	padding-bottom: 6px;
	margin: 0 0px 2px;
}


/*================================
 スティッキーヘッダー
================================*/

#change {
  position: fixed;
	text-align: left;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 99999;
  padding: 24px 0 10px 0px;
}

.inner{
	filter: drop-shadow( 1px 1px 1px #444444 );
	}

#change ul {
	display: inline-block;
  font-size: 16px;
}
#change ul li {
}
#change ul li a {
}

#change ul li a:hover{
	opacity: 0.7;
}




/*================================
 footer
================================*/

.footer {
	margin: 0px auto;
	border-top: #4d4d4d solid 1px;
	padding: 20px 0;
	
}

.gotop {
	background: url(images/bg_gold_long.jpg) ;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.gotop a{
	display: block; /* ブロック化 */
	padding: 10px 0; /* 内側の余白 */
	color: #000;
	transition: .3s;
}

.gotop a:hover{
	opacity: 0.7;
}



/*================================
 content
================================*/

.content{
	background: #fff;
}

.content_in{
	width: 800px;
	margin: 0 auto;
}

.about_matome{
	display: table;
}

.ph_about{
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	line-height: 0;
}

.ph_about img{
	width: 400px;
}

.about_textbox{
	display: table-cell;
	vertical-align: middle;
	background: #e3e3e3;
	padding: 40px;
}

.about_textbox_wh{
	display: block;
	background: #fff;
	padding: 40px;
}

.category_midashi {
	text-align: left;
}

.midashi_moji_left{
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	color: #C6A400;
	font-size: 24px;
	font-weight: 600;
}

.midashi_moji_right{
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	color: #C6A400;
	font-size: 16px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.maxbox{
	width: 100%;
	background: #e3e3e3;
	margin-top: 20px;
}

.maxbox_wh{
	width: 100%;
	background: #fff;
	margin-top: 20px;
}

.maxbox_gold{
	width: 100%;
	background: url(images/bg_gold.svg) ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	padding: 20px 0;
}

.nenpyo_matome{
	display: table;
	padding-bottom: 4px;
}

.nenpyo_left{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	text-align: left;
}

.nenpyo_right{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.nenpyo_title{
	text-align: left;
}

.logo_okaniri{
	width: 120px;
	margin: 0 auto;
}

.double-border {
    width:90%;
	margin: 20px auto 10px;
    border-top: 3px double #000;
	border-bottom: 3px double #000;
	padding-bottom: 10px;
}    

.gallery_ph {
	list-style: none;
	
}

.gallery_ph li{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	padding: 4px 2px;
}

.gallery_ph img{
	width: 256px;
	
}

.slider{
	padding-top: 10px; 
	width: 786px;
	margin: 0 auto;
}

.slider img{
	width: 380px;
}

.info_matome{
	display: table;
}

.logo_okaniri_info{
	width: 320px;
	margin: 0 auto;
	padding-bottom: 20px
}

.logo_okaniri_info img{
	width: 200px;
}

.map_respo img{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}

.wakubtn_bk p{
	width: 88px;
	border: 1px solid #000;
	padding: 6px 14px;
	text-align: center;
}

.wakubtn_bk{
	padding-bottom: 16px;
	float: right;
	padding-right: 32px;
}

.access_link a{
	transition: 0.3s;
}

.access_link a:hover{
	opacity: 0.7;
}

.clearboth{
	clear: both;
}

.info_left{
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.info_right{
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	padding: 40px 75px;
}

.data1_in {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.data1_in dl{
	margin:0 auto;
}

.data1_in a{
	text-decoration: none;
}

.data1_in a:hover{
	opacity: 0.7;
}

.data1_in dt{
	float:left;
	clear:left;
    text-align:center;
	list-style:none;
	width: 120px;
	padding:8px 0 ;
}

.data1_in dd{
	width:180px;
	float:left;
    text-align: left;
    padding: 8px 0 8px 10px;
}

/* ボタン */
.button {
	background: radial-gradient(#f2d770, #c99e04); 
	display: inline-block;
	font-weight: 700;
	padding: 10px 20px;
}

.button:hover {
	opacity: 0.9;
	transition: opacity 0.3s;
}

/* 電話番号 */
.text_tel {
	display: inline-block;
	font-size: 160%;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

/*================================
 レスポンシブ
================================*/

.image500 { display: none; }

.ph_about_yoko{
	display: none;
}

.ph_about_yoko_500{
	display: none;
}

.menu_sanretsu{
	display: none;
}

.menu_rokuretsu{
	display: none;
}

.gmap_respo{
	display: none;
	line-height: 0;
}

.logo_okaniri_info_respo{
	display: none;
}


@media (max-width: 820px){
	
	.header_logo{
		width: 218px;
}

	.header_logo2{
		width: 180px;
}
	.size60{
		font-size: 60px;
	}

	.size48{
		font-size: 32px;
	}

	.size40{
		font-size: 40px;
	}

	.size32{
		font-size: 32px;
	}

	.size28{
		font-size: 28px;
	}

	.size24{
		font-size: 24px;
	}

	.size20{
		font-size: 20px;
	}

	.size18{
		font-size: 18px;
	}

	.size16{
		font-size: 16px;
	}

	.size14{
		font-size: 14px;
	}

	.size12{
		font-size: 12px;
	}
	
	/*================================
	 content
	================================*/

	.content_in{
		width: 85%;
		margin: 0 auto;
	}

	.about_matome{
		display: table;
	}

	.ph_about{
		display: none;
		vertical-align: middle;
		width: 280px;
		line-height: 0;
	}

	.ph_about img{
		width: 280px;
	}
	
	.ph_about_yoko{
		display: block;
		line-height: 0;
	}
	
	.ph_about_yoko img{
		width: 100%;
	}
	
	.about_monku{
		text-align: center;
	}

	.about_textbox{
		display: block;
		vertical-align: middle;
		background: #e3e3e3;
		padding: 40px;
	}

	.about_textbox_wh{
		display: block;
		background: #fff;
		padding: 40px;
	}

	.category_midashi {
		text-align: left;
	}

	.midashi_moji_left{
		text-align: left;
		display: inline-block;
		vertical-align: bottom;
		color: #C6A400;
		font-size: 24px;
		font-weight: 600;
	}

	.midashi_moji_right{
		text-align: left;
		display: inline-block;
		vertical-align: bottom;
		color: #C6A400;
		font-size: 16px;
		padding-bottom: 4px;
		padding-left: 10px;
	}

	.maxbox{
		width: 100%;
		background: #e3e3e3;
		margin-top: 20px;
	}

	.maxbox_wh{
		width: 100%;
		background: #fff;
		margin-top: 20px;
	}
	
	.maxbox_gold{
		width: 100%;
		background: url(images/bg_gold.svg) ;
		-moz-background-size:100% auto;
		background-size:100% auto;
		padding: 20px 0;
	}

	.nenpyo_matome{
		display: table;
		padding-bottom: 4px;
	}

	.nenpyo_left{
		display: table-cell;
		vertical-align: top;
		width: 120px;
	}

	.nenpyo_right{
		display: table-cell;
		vertical-align: top;
	}

	.logo_okaniri{
		width: 100px;
		margin: 0 auto;
	}

	.double-border_respo {
		width:70%;
		margin: 30px auto 20px;
		border-top: 3px double #000;
		border-bottom: 3px double #000;
		padding-bottom: 10px;
	}
	
	.menu_ichiretsu{
		display: none;
	}
	
	.menu_sanretsu{
		display: block;
	}

	.gallery_ph {
		list-style: none;

	}

	.gallery_ph li{
		display: inline-block;
		vertical-align: middle;
		line-height: 0;
		padding: 2px 0px;
		width: 32%;
	}

	.gallery_ph img{
		width: 100%;

	}

	.slider{
		padding-top: 10px; 
		width: 97.5%;
		margin: 0 auto;
	}

	.slider img{
		width: 98%;
	}

	.info_matome{
		display: block;
	}

	.logo_okaniri_info{
		display: none;
		width: 240px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.logo_okaniri_info_respo{
		display: block;
		width: 200px;
		margin: 0 auto;
		padding-bottom: 20px;
	}


	.info_left{
		display: none;
		vertical-align: bottom;
		padding-right: 20px;
	}

	.info_right{
		display: block;
		vertical-align: bottom;
		background: #fff;
		padding: 40px ;
		margin: 0 auto;
	}

	.data1_in {
		margin: 0 auto;
		display: block;
		overflow: hidden;
		width: 280px;
	}

	.data1_in dl{
		margin:0 auto;
	}

	.data1_in a{
		text-decoration: none;
	}

	.data1_in a:hover{
		opacity: 0.7;
	}

	.data1_in dt{
		float:left;
		clear:left;
		text-align:center;
		list-style:none;
		width: 100px;
		padding:8px 0 0px;
	}

	.data1_in dd{
		width:160px;
		float:left;
		text-align: left;
		padding: 8px 0 10px 10px;
	}

	
}


@media (max-width: 650px){
	
	.wakubtn_bk p{
		width: 88px;
		border: 1px solid #000;
		padding: 4px 12px;
	}

	.wakubtn_bk{
		padding-bottom: 20px;
		float: none;
		padding-right: 30px;
		margin: 0 auto;
		width: 90px;
	}
	
}


@media (max-width: 500px){
	.imagepc{display: none;}
	.image500 { display: block; }
	
	.ph_about_yoko{
		display: none;
		line-height: 0;
	}
	
	.ph_about_yoko img{
		width: 100%;
	}
	
	.ph_about_yoko_500{
		display: block;
		line-height: 0;
	}
	
	.ph_about_yoko_500 img{
		width: 100%;
	}
	
	.nenpyo_matome{
		display: block;
		padding-bottom: 16px;
	}

	.nenpyo_left{
		display: block;
		vertical-align: top;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		font-family: "TsukuMinPr5-B", serif;
	}

	.nenpyo_right{
		display: block;
		vertical-align: top;
		width: 100%;
		text-align: center;
	}
	
	.nenpyo_title{
		text-align: center;
	}
	
	.menu_sanretsu{
		display: none;
	}
	
	.menu_rokuretsu{
		display: block;
	}
	
	.gallery_ph li{
		display: inline-block;
		vertical-align: middle;
		line-height: 0;
		padding: 2px 0px;
		width: 48%;
	}
	
	.logo_okaniri_info_respo{
		display: block;
		width: 160px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.data1_in {
		margin: 0 auto;
		display: block;
		overflow: hidden;
		width: 100%;
	}

	.data1_in dl{
		margin:0 auto;
	}

	.data1_in a{
		text-decoration: none;
	}

	.data1_in a:hover{
		opacity: 0.7;
	}

	.data1_in dt{
		clear: both;
		text-align:center;
		list-style:none;
		width: 100%;
		padding:0px 0 0px;
	}

	.data1_in dd{
		width:100%;
		clear: both;
		float:none;
		text-align: center;
		padding: 0px 0 10px 0px;
	}

	
}

@media (max-width: 436px){
	.kara436{
		letter-spacing: 1px;
		font-size: 16px;
	}
}

