/*
Theme Name: szk-mri
*/

@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.3;
   letter-spacing:1px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   font-size:16px;
   color:#666;
}

br {
   letter-spacing:normal;
}

a {
   color:#666;
   text-decoration:none;
}

a:visited {
	color:#606;
}

a:hover {
   color:#F00;
   text-decoration:none;
}

td a {
   color:#333;
   text-decoration:none;
}

td a:visited {
	color:#606;
}

td a:hover {
   color:#F00;
   text-decoration:none;
}

img {
   border:0;
}

.ImgC img{
	vertical-align:middle;
}

.ImgT img{
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

img.gleft {
  float: left; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin-right:30px;
  margin-bottom:20px;
}

img.gright {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin-left:30px;
  margin-bottom:20px;
}

img.gleftMT {
  float: left; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin-right:30px;
  margin-bottom:100px;
}

img.grightMT {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin:70px 0 30px 20px;
}

p.cl {
	clear:left;
} 

p.cr {
	clear:right;
}

b{
	font-size:160%;
}

hr{
	border:#999 dashed 1px;
}

table.std {
	width: 1000px;/*テーブルの幅*/
	border:2px solid #000;
}

table.std th {
	border:solid 1px #000;
	padding:10px;
	font-size:14px;
	text-align:center;
}

table.std td {
	border:solid 1px #000;
	padding:10px;
	font-size:14px;
	text-align:left;
}

table.abautt {
	width: 900px;/*テーブルの幅*/
	margin:auto;
}

table.abautt td {
	border-bottom:solid 1px #666666;
	padding:10px;
	text-align:left;
}


/* ========HEADER CUSTOMIZE======== */
h1 {
	color:#666;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
}

h2 {
	padding: 40px 20px;
	background-color:#FF9E00;
	color:#FFF;
    font-size: 28px;
	text-align:center;
	position: relative;
}

h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    border-top-color: #FF9E00;
    border-width: 40px;
    margin-left: -40px;
}

h3 {
    margin: 30px 0 20px 0;
    font-size: 20px;
	line-height:1.3;
	text-align:center;
}

.H3box{
	font-size:14px;
}

h4 {
    margin: 20px 0 20px 0;
	padding:0;
	color:#333;
    font-size: 24px;
	text-align:center;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   margin:0 auto;
   padding:0;
}

.contents {
   width:100%;
   padding:0;
   margin:auto;
   margin-top:60px;
   line-height:1.7;
   text-align:center;
}

.contentsBL {
   width:650px;
   padding:0;
   margin:auto;
   margin-top:60px;
   line-height:1.7;
   text-align:left;
}

#main{
	width:100%;
	height:450px;
	magin:auto;
	padding:30px 0 0 0;
	text-align: center;
	background-image: url("images/image-header2212.jpg");
	background-size: cover;
	background-position:center;
}

#main2{
	width:100%;
	height:700px;
	magin:auto;
	padding:30px 0 0 0;
	text-align: center;
	background-image: url("images/image-header2212.jpg");
	background-size: cover;
	background-position:center;
}

.box-mokuji{
	float: left;
	width:30%;
	margin:0 1.5% 30px 1.5%;
	text-align:left;
}

.Bbox{
	margin:auto;
	width:1024px;
}

.Bleft{
	float:left;
	width:500px;
	text-align: center;
}

.Bright{
	float:left;
	width:520px;
	text-align: left;
}

.Bbox2{
	margin:20px 0 0 0;
	margin:auto;
	width:1024px;
	background-color: rgba(255,255,255,0.5);
}

.Bleft2{
	float:left;
	width:450px;
	text-align: center;
	color:#333;}

.Bright2{
	float:left;
	width:540px;
	padding:0 15px;
	text-align: left;
	color:#333;
}

.BRboxL{
	float:left;
	width:130px;
	margin-right: 10px;
	font-size:13px;
}
.BRboxR{
	float:left;
	width:390px;
	font-size:13px;
}

#footer{
	width:100%;
	text-align: center;
}

#footer a {
   text-decoration:none;
}

#footer a:visited {
	color:#999;
}

#footer a:hover {
   color:#F00;
   text-decoration:none;
}

#footer ul li{ 	
    display: inline;
 	list-style:none;
} 

.ulFooter li{
	font-size:16px;
	padding:0 20px;
	border-left: 1px solid #666;
	border-right:1px solid #666;
}

.ulFooter li+ li {
  border-left: 0;
  border-right: 1px solid #666;
}

.p100{
	width:100px;
}

.buyBox{
	float:left;
	width:36%;
	margin:0 4%;
	padding:20px 2%;
	border:2px #999 dashed;
}

@media screen and (min-width:481px) and ( max-width:1024px) {
    /*　画面サイズが481pxから1024pxまではここを読み込む　*/

	table.abautt {
		width: 480px;/*テーブルの幅*/
		margin:auto;
	}
	
	.box-mokuji{
		float: left;
		width:47%;
		margin:0 1.5% 30px 1.5%;
		font-size: 14px;
		text-align:left;
	}
	
	.Bbox{
		margin:auto;
		width:100%;
	}

	.Bleft{
		float:none;
		margin:auto;
		width:95%;
		text-align: center;
	}
	
	.Bleft img{
		width:80%;
		height: auto;
	}

	.Bright{
		float:none;
		margin:auto;
		width:95%;
		text-align: left;
		font-size: 14px;
	}
	
	.BRboxL{
		float:left;
		width:130px;
		margin-right: 5px;
	}
	.BRboxR{
		float:left;
		width:260px;
		font-size:13px;
	}
	
	.Bbox2{
		margin:auto;
		width:95%;
		height: auto;
	}

	.Bleft2{
		float:none;
		margin:auto;
		padding:10px 0;
		width:90%;
		text-align: center;
	}
	
	.Bright2{
		float:none;
		margin:auto;
		padding:10px 0;
		width:90%;
		text-align: left;
		font-size: 14px;
	}
	
	.contentsBL {
	   width:100%;
	   padding:0;
	   margin:auto;
	   margin-top:60px;
	   line-height:1.7;
	   text-align:left;
	}
}

@media only screen and (max-width: 480px) {
	#main{
		width:100%;
		height:250px;
		magin:auto;
		padding:50px 0 0 0;
		text-align: center;
		background-image: url(images/image-header2212.jpg);
		background-position:center;
	}
	
	#main2{
		width:100%;
		height:auto;
		padding:30px 0 0 0;
		text-align: center;
		background-image: url("images/image-header2212.jpg");
		background-size: cover;
		background-position:center;
	}


	table.abautt {
		width: 320px;/*テーブルの幅*/
		margin:auto;
	}
	
	img { 
		max-width: 100%; 
		height:auto;
	}
	
	.box-mokuji{
		width:100%;
		margin:0 1.5% 30px 1.5%;
		font-size: 14px;
		text-align:left;
	}
	
	.Bbox{
		margin:auto;
		width:100%;
	}

	.Bleft{
		float:none;
		margin:auto;
		width:95%;
		text-align: center;
	}
	
	.Bleft img{
		width:80%;
		height: auto;
	}

	.Bright{
		float:none;
		margin:auto;
		width:95%;
		text-align: left;
		font-size: 14px;
	}
	
	.BRboxL{
		float:left;
		width:120px;
		margin-right: 5px;
		font-size: 12px;
	}
	.BRboxR{
		float:left;
		width:190px;
		font-size:12px;
	}
	
	.Bbox2{
		margin:auto;
		width:95%;
		height: auto;
	}

	.Bleft2{
		float:none;
		margin:auto;
		padding:10px 0;
		width:90%;
		text-align: center;
	}
	
	.Bright2{
		float:none;
		margin:auto;
		padding:10px 0;
		width:90%;
		text-align: left;
		font-size: 14px;
	}
	
	.contentsBL {
	   width:100%;
	   padding:0;
	   margin:auto;
	   margin-top:60px;
	   line-height:1.7;
	   text-align:left;
	}

	#footer ul li{ 	
		display:block;
		list-style:none;
		margin:0 0 0 -20px;
	} 

	.ulFooter li{
		font-size:16px;
		width:100%;
		padding:15px 0px;
		border:none;
		background-color: #FFBA27;
		border:1px dashed #FFFFFF;
	}

	.ulFooter li+ li {
	  	border: none;
		border:1px dashed #FFFFFF;
	}

	.p100{
		width:50px;
	}

	.buyBox{
		float: none;
		width:95%;
		margin:0 0 20px 0;
	}
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	font-size:11px;
	position: fixed;
	right:10px;
	bottom: 10px;
	z-index: 3;
}

#pageTop a {
   padding:0 0 0 12px;
}


/*****************************
* Contact Form 7
*****************************/

span.wpcf7-list-item { display: block; }


/*****************************
* Concept zoom
*****************************/

.list_zoom{
	margin: 0 0 0 0;
	list-style-type: none;
	overflow: hidden;
}
.list_zoom li{
	margin: 0px 0px 0px 5px;
	padding:10px 0 20px 0;
	background-image:none;
	float: left;
	transition: .8s;
}

.list_zoom-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/*****************************
*ボタン
*****************************/
.button {
	position: relative;
	background-color:#BA9B63;
	border-radius: 4px;
	padding:10px 20px;
	font-size:18px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #705A32;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	background-color: #705A32;
	box-shadow: 0 3px 0 #352B17;
	color: #fff;
}

.button:visited {
	color:#F5F5F5;
}

.button:active {
	top: 3px;
	box-shadow: none;
}

.buttonBox{
	margin:auto;
}

.button2 {
	position: relative;
	background-color:#BA9B63;
	border-radius: 4px;
	padding:10px 20px;
	font-size:10px;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #705A32;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button2:hover {
	background-color: #705A32;
	box-shadow: 0 3px 0 #352B17;
	color: #fff;
}

.button2:visited {
	color:#F5F5F5;
}

.button2:active {
	top: 3px;
	box-shadow: none;
}

.buttonHR {
	position: relative;
	background-color:rgba(255,0,0,0.7);
	border-radius: 4px;
	margin-top:10px;
	padding:10px 20px;
	font-size:16px;
	font-weight:bold;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	text-shadow:none;
}

a.buttonHR{
	color:#FFF;
}

a.buttonHR:hover {
	color:#FFF;
}

a.buttonHR:visited {
	color:#FFF;
}


/*****************************
*YOUTUBEやVIMEOの動画を背景に
*****************************/

video { display: block; }

.movie-wrapper{
	height:500px;
	color:#FFF;
	text-align:center;
	font-size:24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	position: relative;
}

.bg-touka{
	width: 100%;
	height:500px;
	position: absolute;
	background: url(images/yokojima-g.png);
	top: 0;
	left: 0;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}

.bg-toukaH{
	width: 100%;
	height:280px;
	position: absolute;
	background: url(images/yokojima-g.png);
	top: 0;
	left: 0;
	padding-top:220px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}

/*****************************
*点線吹き出し
*****************************/
.dotFKD {
	position: relative;
	padding: 15px 10px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 6px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
.dotFKD::before,
.dotFKD::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.dotFKD::before {
	border-top: 25px solid #000;
}
.dotFKD::after {
	margin-top: -2px;
	border-top: 20px solid #fff;
}

/* ========レスポンシブWebデザインに対応したメニュー======== */
/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 5px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
  　content: '';
    cursor: pointer;
    margin: auto;
}
/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}
/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}
.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}
/*表示されるメニューの中身*/
.nav {
    background-color: #08B531;
    
}
.nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.nav-list {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}
.nav-list li {
    margin: 0;
    padding: 10px;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}
/*メインイメージ*/
.top {
    height: 200px;
    margin-bottom: 50px;
    background-color: #f0f8ff;
}
/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 768px) {
/* ハンバーガーボタン */
.btn-burger {
    display: none;  /*768px以上では使用しない */
}
header {
    padding: 30px 0 0;
}
.logo {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: none;
}
.nav {
    height: 75px;
}
.nav-list {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}
.nav-list li:not(:last-child) {
    border-right: 1px solid #fff;
}
}



/*****************************
*ウィジェットｃｓｓ
*****************************/
.widgettitle{
	background-color:#333;
	border-radius:5px;
	padding:10px;
	margin:5px 0 10px 0;
	color:#FFF;
	text-align:center;
	font-size:16px;
}

.widgettitle:before {content:none;}

.screen-reader-text,
.meta-nav {
     display: none;
}


/* 最近の投稿 */
#npcatch{
	margin:0px;
}

#npcatch li{
	font-size:12px;
	overflow:hidden;
	clear:both;
	padding:10px 0 10px 0;
	border-bottom:1px dashed #CCC;
	vertical-align:top;
}

#npcatch img{
/*サムネイルのスタイル*/
	float:left;
	padding:0px;
	box-shadow:0px 0px 7px #bbb;
}

#npcatch .title{
/*記事タイトルのスタイル*/
	width:210px;
	float:right;
	padding:0px;
}

