@charset "UTF-8";
/* CSS Document */

/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ///////////////////////////////////////////

Base

////////////////////////////////////////////*/

body {
	color: #333;
	font-family: "メイリオ", "Meiryo", "MS Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "Droid Sans", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:24px;
	background-color:#fff;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

a:link    {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover   {
	color: #333;
	text-decoration: underline;
}
a:active  {color: #333;
text-decoration: underline;}

img {
	max-width: 100%;
}

@media print,screen and (max-width: 480px) {
	img.lg {
		display: none !important;
	}
	img.sm {
		display: inline !important;
	}
}
@media print,screen and (min-width: 481px) {
	img.sm {
		display: none !important;
	}
	img.lg {
		display: inline !important;
	}
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#fcf8ec; /* Safari */
}

::-moz-selection {
	background:#fcf8ec; /* Firefox */
}

#wrapper{
	overflow: hidden;
	margin:0 auto;
}

.photo_main{
	margin-bottom: 25px;
}

main{
	width:100%;
}
.blocktitle {
	color:#565555;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	text-align:center;
}
.blocktitle_w{
	color:#FFFFFF;
	font-weight: bold;
	margin:15px 15px;
	padding: 15px 0;
	text-align:center;
	border-bottom:solid 1px #ffffff;
}
.small{
	display:block;
	font-size:12px;
	line-height: 120%;
}

.apply{
	height:auto;
    background-color: #e2e2e2;
    box-sizing: border-box;
    color:#565555;
    padding: 30px;
	margin:0 auto;
}
.apply dl {
	font-size: 16px;
	font-weight: 600;
	border-bottom: solid 1px #565555;
	padding: 7px 0;
	margin-bottom: 10px;
}
.apply dt {
}
.apply dd {
}
.apply dd strong {
	font-size: 120%;
	line-height: 140%;
}

.gallery_photo_banner{
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:30px;
}
.gallery_photo_banner img{
	width: 100%;
	height: auto;
}
.font-serif{
	color:#ef790f;
	font-size:18px;
	padding-bottom:10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: normal;
}
.end{
	text-decoration: line-through;
}
.red{
	color:red;
}
.content1{
	overflow:hidden;
	margin-bottom:15px;
	height:auto;
}
.content2{
	overflow:hidden;
	height:auto;
}
.daruma{
	color:#565555;
	margin-top:20px;
	margin-bottom:20px;
}
.photospot{
	height:auto;
	margin:0 auto;
}
.photospot h3 {
	font-size: 26px;
}
.photo_group{
}
.maru{
	color: #ffffff;
    border: 1px solid #ef790f;
	background: #ef790f;
	padding: 1px 20px;
	margin: 5px 0;
    border-radius: 15px;/*角の丸み*/
}
.maru_w{
	color: #dcbc04;
    border: 1px solid #dcbc04;
	background: #ffffff url(../image/crown.png) 40px 8px no-repeat;
	background-size: 45px;
	padding: 15px 20px;
	margin: 0 0 20px;
    border-radius: 15px;/*角の丸み*/
	font-size: 28px;
	font-weight: bold;
	text-align:center;
}
.photo_description{
	padding:5px;
}
.mini_photo{
	padding-top:25px;
}
.mini_photo img {
	vertical-align: baseline;
}
.mini_description{
}
.sampletext{
	line-height:1.6;
}
.font-brown{
	color:#562c18;
	font-size:18px;
	margin-top:10px;
	line-height: 40px;
}
.sample{
	padding:5px;
	overflow:hidden;
	box-sizing: border-box;
}
.sample img.example {
}
#waku{
	margin: 60px auto 60px;
	position: relative;
	background-image: url(../image/waku_ue.jpg),url(../image/waku_sita.jpg),url(../image/waku.jpg);
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
	background-size:100%;
	padding: 1.57%;
	color:#FFF;
	-webkit-box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
	-moz-box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
	box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
}
#waku:after {
	clear: both;
	display: block;
	content: "";
}
.syouhin{
	color:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
	font-size: 22px;
	line-height: 140%;
	padding: 0 15px;
}
.description{
	font-size: 14px;
	line-height: 140%;
	padding: 0 15px;
}


.content3{
	overflow:hidden;
	margin-bottom:25px;
	height:auto;
	padding: 0 25px;
}
.photo_description3{
}
.photo_group3{
	padding-right:15px;
}

.content4{
	box-sizing: border-box;
}
.photo_group4{
	box-sizing: border-box;
}
.photo_group4 img {
	max-width: 100%;
}
.photo_description4{
}

.content5{
	box-sizing: border-box;
}
.photo_group5 img {
	max-width: 100%;
}

.photo_description5 .syouhin{
	box-sizing: border-box;
}
.photo_group5{
	box-sizing: border-box;
}

.tabele_box {
	height:auto;
	margin:0 auto;
}
.tabele_box .kiyaku{
    background: #fff;
    border: 1px solid #666;
    overflow-y:scroll;
}

.tabele_box .kiyaku p {
    font-size: 13px;
    line-height: 19px;
    margin: 20px 0;
}
.tabele_box dl{
	border-bottom: solid 1px #565555;
	margin-bottom: 20px;
	padding: 5px 0;
}
.tabele_box dt {
	font-weight: bold;
}
.tabele_box dd {
}

footer{
	background-color:#000000;
	width:100%;
	height:30px;
}

@media print,screen and (min-width: 769px) {

	#wrapper{
		width:980px;
		overflow: hidden;
		margin:0 auto;
	}

	.photo_main{
		margin-bottom: 25px;
	}

	main{
		width:100%;
	}

	.apply{
		position: relative;
		width:850px;
	}
	.apply dl {
	}
	.apply dt {
		position: absolute;
		float:left;
		width: 100px;
	}
	.apply dd {
		margin-left:100px;
	}

	.content2 {
		margin-bottom:100px;
	}

	.gallery_photo_banner{
		width: 400px;
	}
	.photospot{
		width:850px;
	}
	.photospot h3 {
	}
	.photo_group{
		float:right;
	}
	.photo_description{
		width:400px;
		float:left;
	}
	.mini_photo{
		width:560px;
		float:right;
		text-align: right;
	}
	.mini_description{
		width:290px;
		float:left;
		font-size:12px;
	}
	.sample img.example {
		width:80px;
		float:left;
	}
	#waku{
		width: 850px;
	}
	.photo_description3{
		width:400px;
		float:left;
	}
	.photo_group3{
		float:right;
		padding-right:15px;
	}

	.content4{
		float: left;
		width: 68%;
		padding: 0 0 0 25px;
	}
	.photo_group4{
		width:44%;
		float:right;
		padding-right:15px;
	}
	.photo_description4{
		width:54%;
		float:left;
	}
	.photo_description4 .maru_w{
		font-size:22px;
		margin-bottom: 15px;
		padding: 5px 20px;
		background-size: 35px;
		background-position: 15px 3px;
	}

	.content5{
		float: right;
		width: 32%;
		padding: 0 25px 25px 0;
	}
	.photo_description5 .syouhin{
		width:44%;
		float:left;
	}
	.photo_group5{
		width:56%;
		float:right;
	}
	.photo_description5 .maru_w{
		font-size:22px;
		margin-bottom: 15px;
		padding: 5px 20px;
		background-size: 35px;
		background-position: 15px 3px;
	}

	.tabele_box {
		width:850px;
	}
	.tabele_box .kiyaku{
	    padding: 30px;
	    height: 350px;
	    overflow-y:scroll;
	}

	.tabele_box dt {
		float:left;
		width: 100px;
	}
	.tabele_box dd {
		margin-left:120px;
	}

}

@media screen and (max-width : 768px){

	* {
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
	}

	#wrapper > main {
		padding: 0 5px;
	}

	.gallery_photo_banner {
		margin: 30px 50px;
	}

	.apply dt:before,
	.kiyaku dt:before {
		content: "■";
	}
	.apply dd,
	.kiyaku dd {
		padding-left: 1em;
	}

	.content2 {
		margin-bottom:50px;
	}

	.photospot {
		text-align: center;
	}
	.daruma {
		text-align: left;
	}

	.sample img {
		vertical-align: bottom;
	}
	.sample h4 {
		display: inline;
		padding: 0;
	}
	.sampletext {
		text-align: left;
	}

	.content3 {
		margin-bottom: 50px;
	}
	.photo_group3,
	.photo_group4,
	.photo_group5 {
		text-align: center;
	}

	.syouhin {
		text-align: center;
	}

	.content4 {
		overflow:hidden;
		margin-bottom:25px;
		height:auto;
		padding: 0 25px;
	}

	.content5 {
		overflow:hidden;
		margin-bottom:25px;
		height:auto;
		padding: 0 25px;
	}

	.tabele_box .kiyaku{
		padding: 30px;
		height: 400px;
	}

}

@media screen and (max-width : 480px){

	h3.font-serif {
		line-height: 120%;
	}
	.maru {
		display: inline-block;
	}
	.maru_w{
		background-image: none;
		line-height: 120%;
	}

	.content3,
	.content4,
	.content5,
	.kiyaku {
		padding: 0 10px;
	}

}
