@charset "shift_jis";


/*---------------------------- PC向けのスタイル ----------------------------*/
@media print, screen and (min-width:769px){


/*---------- ページ全体の指定 ----------*/

html {
	height: 100%; /*-- パララックス設定 --*/
}

body {
  width: 100%;
  height: 100%; /*-- パララックス設定 --*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  overflow-y: scroll; /*-- パララックス設定 --*/
  overflow-x: hidden; /*-- パララックス設定 --*/
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}

/*---------- パララックス設定 ----------*/
.image-base {
	min-height: 500px;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; /* 背景画像をフルスクリーンにフィットさせる */
}

.image {
	background: url('../img/para.jpg') no-repeat fixed; /* 背景画像を固定させる */
}

.intro {
	bottom: auto;
	font-size: 30px;
	font-weight: bold;
	left: 25%;
	max-width: 900px;
	position: absolute;
	right: 25%;
	text-align: center;
	top: 10%;
}

.intro-p-sp {
	display: none;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  margin: 0 auto 50px;
  border-top: solid 4px #bbad92;
  background-image: url(../img/header.png);  /*-- 背景 --*/
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0 auto 0 auto;
  width: 900px;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #9d896c;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  width: 900px;
  height: 108px;  /*-- 高さ --*/
  padding: 4px;  /*-- 余白 --*/
  margin: 0 auto 0 auto;
}


/*----- 左 logo -----*/

#h_logo {
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  text-decoration: none;
  float: left;
}

#h_logo h2 {
  margin: 0;
  padding: 50px 0 0 16px;  /*-- logo 位置 --*/
  text-align: left;
  font-size: 22px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_logo a {
  font-size: 22px;
  color: #666666;
  text-decoration: none;
}

#h_logo a:hover {
  font-size: 22px;
  color: #888888;
  text-decoration: none;
}


/*----- 右 info -----*/

#h_info{
  margin: 0;
  padding: 16px 14px 0 10px;  /*-- info 位置 --*/
  text-align: right;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  text-decoration: none;
  float: right;
}

#h_info p{
  margin: 0;
  padding: 3px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_info a{
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}

#h_info a:hover{
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

#h_info .catch {
  font-size: 20px;
  color: #c9171e;
  line-height: 1.2;
  font-weight: bold;
}

#h_info .catch a {
  font-size: 20px;
  color: #c9171e;
  line-height: 1.2;
  font-weight: bold;
}


/*---------- ヘッダーメニュー ----------*/

/* 
#header-menu {
  clear: both;
  width: 100%;
  margin: 6px auto 0 auto;
  padding: 0;
  height: 56px;
  text-align: left;
  border-top: solid 1px #bbad92;
  border-bottom: solid 1px #bbad92;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 1100px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 14px;
  color: #765c47;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-left: solid 1px #d6c6af;
  text-decoration: none;
  margin-top: 8px;
  padding: 6px 38px 2px 38px;
}

#header-menu li a:hover {
  color: #765c47;
  background-image: url(../img/head_menu_back_hover.gif);
  background-repeat: repeat-x;
}

#header-menu li.home a {
  padding: 15px 38px 10px;
  border-left: none;
}

#header-menu li.service a {
  padding: 15px 38px 10px;
}

#header-menu li.special a {
  padding: 15px 38px 10px;
}

#header-menu li.company a {
  padding: 15px 38px 10px;
}

#header-menu li.contact a {
  padding: 15px 38px 10px;
}

#header-menu span.sub {
  color: #777777;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}
 */

#dropmenu {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
}

#dropmenu li {
  position: relative;
  width: 16.6%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #c89351;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #765c47;
  transition: .2s;
}

#dropmenu li ul li a {
  padding: 13px 15px;
  background: #95672f;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu > li:hover > a { 
	background: #4e3618;
}

#dropmenu > li:hover li:hover > a {
	background: #31220f;
}

#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}

#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li ul li a {
	background: #ffb6c1;
}

#dropmenu li:hover ul li ul li:hover > a {
	background: #4b0082;
}

#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #db7093;
}

#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #8b008b;
}

#menu-cb {
	display: none;
}

#menu-icon {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}

/*---------- ヘッダナビゲーション ----------*/
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


/*---------- SP電話ボタン ----------*/

.phone {
  display: none;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
#  background-color: #fdf5e5;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- コンテンツ ----------*/

#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 0 0 0;
  background-color: #ffffff;
}

#container-sec {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 0 0 0;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  /* float: right; */
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  width: 1000px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents-sec {
  float: right;
  margin: 0 50px 0 0;
  padding: 0;
  font-size: 16px;
  width: 700px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents-sec #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents #pannavi a {
  font-size: 15px;
}

#contents-sec #pannavi a {
  font-size: 15px;
}

#contents h2.cont_balloon {
	font-size: 18px;
	font-weight: bold;
	background: #ec7600;
	color: #fff;
	padding: 5px 20px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#contents h2.cont_balloon:after {
	content: "";
	margin-left: -15px;
	position: absolute;
	z-index: 90;
	bottom: -10px;
	left: 40px;
	border-top: 15px solid #ec7600;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
}

#contents-sec h2.cont_balloon {
	font-size: 18px;
	font-weight: bold;
	background: #ec7600;
	color: #fff;
	padding: 5px 20px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#contents-sec h2.cont_balloon:after {
	content: "";
	margin-left: -15px;
	position: absolute;
	z-index: 90;
	bottom: -10px;
	left: 40px;
	border-top: 15px solid #ec7600;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
}

#contents h2.cont_title {
  /* height: 43px;
  margin: 0 0 10px 0;
  padding: 14px 0 0 40px;
  font-size: 18px;
  color: #54351f;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat; */
  position: relative;
  padding:  15px 0 10px 40px; /* アイコン分のスペース */
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0;
  color: #54351f;
  /* border-top: dotted 1px gray;
  border-bottom: dotted 1px gray; */
  background: #f1f8ff;
}

#contents h2.cont_title:before {
	font-family: FontAwesome;
	content: "\f040"; /* アイコンのユニコード */
	position: absolute; /* 絶対位置 */
	font-size: 25px; /* サイズ */
	left: 13px; /* アイコンの位置 */
	top: 8px; /* アイコンの位置 */
	color: #ff6a6a; /* アイコン色 */
}

#contents-sec h2.cont_title {
  /* height: 43px;
  margin: 0 0 10px 0;
  padding: 14px 0 0 40px;
  font-size: 18px;
  color: #54351f;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat; */
  position: relative;
  padding:  15px 0 10px 40px; /* アイコン分のスペース */
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0;
  color: #54351f;
  /* border-top: dotted 1px gray;
  border-bottom: dotted 1px gray; */
  background: #f1f8ff;
}

#contents-sec h2.cont_title:before {
	font-family: FontAwesome;
	content: "\f040"; /* アイコンのユニコード */
	position: absolute; /* 絶対位置 */
	font-size: 25px; /* サイズ */
	left: 13px; /* アイコンの位置 */
	top: 8px; /* アイコンの位置 */
	color: #ff6a6a; /* アイコン色 */
}

#contents h2.page_title {
  /* margin: 0 0 18px 0;
  padding: 18px 0 4px 30px;
  line-height: 1.7;
  color: #581201;
  border: none;
  background-image: url(../img/page_title.gif);
  background-repeat: no-repeat; */
  margin: 0 0 18px;
  padding: 5px 0 0 15px;
  font-size: 20px;
  background-color: #fdf8e6;
  border-bottom: 2px solid #967342;
}

#contents-sec h2.page_title {
  /* margin: 0 0 18px 0;
  padding: 18px 0 4px 30px;
  line-height: 1.7;
  font-size: 20px;
  color: #581201;
  border: none;
  background-image: url(../img/page_title.gif);
  background-repeat: no-repeat; */
  margin: 0 0 18px;
  padding: 5px 0 0 15px;
  font-size: 20px;
  background-color: #fdf8e6;
  border-bottom: 2px solid #967342;
}

#contents h2.txt {
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents-sec h2.txt {
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents h2.shadow {
	color: #993300;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.7;
	text-align: center;
	text-shadow: 4px 4px 1px #ccc;
	filter: dropshadow(color=#cccccc,offX=4,offY=4);
	padding: 0.2em 0.75em;
	background-color: #ebebeb;
	border-bottom: 1px solid #696969;
}

#contents-sec h2.shadow {
	color: #993300;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.7;
	text-align: center;
	text-shadow: 4px 4px 1px #ccc;
	filter: dropshadow(color=#cccccc,offX=4,offY=4);
}

#contents h2.top {
	color: #993300;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: center;
}

#contents h3 {
  /* margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  color: #54351f;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5; */
  font-size: 17px;
  padding-bottom: 1px;
  padding-left: 20px;
  border-bottom: 1px solid #966934;
}

#contents-sec h3 {
  /* margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  color: #54351f;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5; */
  font-size: 17px;
  padding-bottom: 1px;
  padding-left: 20px;
  border-bottom: 1px solid #966934;
}

#contents h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents-sec h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 18px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}

#contents-sec h3.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 18px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}

#contents h3.gold {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold.gif);
  background-repeat: no-repeat;
}

#contents-sec h3.gold {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold.gif);
  background-repeat: no-repeat;
}

#contents h3.gold02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold02.gif);
  background-repeat: no-repeat;
}

#contents-sec h3.gold02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold02.gif);
  background-repeat: no-repeat;
}

#contents h3.gray {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray.gif);
  background-repeat: no-repeat;
}

#contents-sec h3.gray {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray.gif);
  background-repeat: no-repeat;
}

#contents h3.gray02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray02.gif);
  background-repeat: no-repeat;
}

#contents-sec h3.gray02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray02.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}

#contents-sec p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}


/*---------- TOPバナーエリア ----------*/

.btn-area {
	width: 1000px;
	display: block;
	margin: 0 auto;
}

.btn-area ul li#ph-btn {
	height: 80px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

p#skew {
	position: relative;
	margin: 50px 0px;
	text-align: left;
	color: #333;
	padding: 10px 0 10px 130px;
	background: #eff348;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 4px 4px 4px #222;
	font-size: 25px;
}

.bnr-area {
	width: 1000px;
#	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.bnr-area2 {
	width: 1000px;
	margin: 0;
	padding: 15px 0 20px 0;
}

.bnr-area3 {
	width: 1000px;
height: 594;
	margin: 0;
	padding: 10px 0 0 0;
}

.bnr-area2-img {
	width: 1000px;
	margin: 0;
	padding: 0;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-o-flexbox;
        display:flexbox;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        align-items:center;
}

.bnr-area span{
	font-size: 20px;
	font-weight: bold;

}

.bnr-area2 span{
	font-size: 20px;
	font-weight: bold;

}

.logo-area {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

.logo-area ul li#ph-logo {
	height: 60px;
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

.logo-area a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*---------- TOP動画エリア ----------*/

.pr-movie-area {
	width: 1000px;
	margin: 0 auto;
}

.mo-fst {
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

.pr-movie-area .mo-fst h3 {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}

.map-movie-area {
	width: 1000px;
	margin: 0 auto;
}

.map-mo-fst {
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

.map-mo-p {
	width: 600px;
	height: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}


/*---------- 画像の横並び ----------*/

.pic {
	float: left;
	margin: 25px;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture2 {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}


/*---------- 表（テーブル） ----------*/

table#t01 {
  width: 445px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}

table#t02 {
  width: 310px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  padding: 10px;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  margin-bottom: 50px;
  width: 100%;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  background-color: #fff8e3;
  width: 100px;
}

th.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: 20%;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
}


/*----------リンクボタン ----------*/

.a-button {
	width: 30%;
	margin: 0 auto;
	padding: 10px;
	background: #bbad92;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 5px;
}

.a-button:hover {
	text-decoration: none;
	background: #967342;
}


/*---------- サイドエリア ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 230px;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

.menulist {
  margin: 0 0 28px 0;
  padding: 5px 0 0 0;
  width: 220px;
  text-align: left;
}

.menulist h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist ul {
  margin: 0;
  padding: 0;
}

.menulist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist li a{
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 11px 4px 6px 26px;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_bg.gif);
  background-repeat: no-repeat;
}

.menulist li a:hover{
  color: #745a45;
  background-image: url(../img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 28px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  background-image: url(../img/menu_back.gif);
}

.menu_free h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 1.8;
}

.menu_top {
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}

.menu_top a{
  color: #993300;
  padding: 6px 0 6px 0;
  line-height: 1.8;
}

.menu_top a:hover{
  color: #666666;
}

.menu_top p{
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.menu_bnr {
  margin: 0 0 14px 0;
  padding: 0;
  width: 220px;
  text-align: left;
}

a img.bnrlink {
	background:none!important;
}
 
a:hover img.bnrlink {
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background:none!important;
}

.menu_btn {
  margin: 0 0 14px 0;
  padding: 0;
  width: 220px;
  text-align: left;
}

.menu_btn a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 30px;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_btn_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn a:hover{
  color: #765c47;
  background-image: url(../img/side_menu_btn_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_btn_under {
  margin: 0 0 10px 0;
  padding: 0;
  width: 220px;
  text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 10px 4px 6px 12px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_btn_under_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn_under a:hover{
  color: #765c47;
}


/*---------- サイドエリア・トップに戻る ----------*/

.menu_back {
  display: none;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 50px 0 0;
  padding: 30px 0 30px 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px;
  border-top-color: #c2ad96;
  background-color: #e0cfb1;
}

#footer a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: #555555;
  text-decoration: none;
}

}





/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:680px) and (max-width:920px) {


/*---------- メイン ----------*/

#main {
  min-width: 900px;
}

}

/*---------------------------- 共通部分（コンテンツ） ----------------------------*/


/*---------- 見出しタイトル装飾 ----------*/

#contents2 h1.f-awesome {
	position: relative;/*相対位置*/
	font-size: 20px;
	text-align: center;
	padding: 15px 0 10px 0;
	line-height: 1.4;/*行高*/
	color: #ff6a6a;/*文字色*/
	border-top: solid 1px #E84B6D;
	border-bottom: solid 1px #E84B6D;
	background: #fffff4;
	margin: 30px 0 50px 0;
}

#contents h1.f-awesome:before {
#	font-family: FontAwesome;/*忘れずに*/
#	content: "\f0a4";/*アイコンのユニコード*/
#	position: absolute;/*絶対位置*/
#	font-size: 1em;/*サイズ*/
#	left: 0.25em;/*アイコンの位置*/
#	top: 0.5em;/*アイコンの位置*/
#	color: #ff6a6a; /*アイコン色*/
#}

#container h2.tag-corner {
	position: relative;
	background: #ffaa55;
	box-shadow: 0px 0px 0px 5px #ffaa55;
	border: dashed 2px white;
	padding: 0.2em 0.5em 0.1em;
	color: white;
	margin: 0 10px 20px 10px;
}
#container h2.tag-corner:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #ff4600;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#contents .maste-box {
	position: relative;
height: 420px;
	background-color: #fff;
	background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
	padding: 1em;
}
#contents h3.maste-tape{
	position: absolute;
	top: -0.75em;
	background-color: #f9dfe2;
	border-left:4px solid #dc0000;
	padding: 0.25em 2em;
	color: #454545;
	transform: rotate(-3deg);
	font-size: 20px;
}

#contents .ribbon12-wrapper {
  display: block;
}

#contents .ribbon13-wrapper {
  display: block;
  position: relative;
  height: 100%;
  margin: 15px 0 8px 0;
  padding: 10px 0 0 0;
  width: 100%;
  background: #f1f1f1;
  }

#contents .ribbon13-wrapper span {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 0;
  }

#contents .ribbon13-wrapper-bnr {
  display: block;
  position: relative;
  text-align: right;
  height: 100%;
  margin: -5px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: #ffffff;
  }

#contents .ribbon13 {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: -15px 0 0 0;
  width: 100%;
height: 100%;
#  color: white;
  background: #F69439;
}

#contents .ribbon13 h4{
  vertical-align: bottom;
  margin: 10px 0 0 0;
  padding: 0px 0px 0 15px;
  border-bottom: solid 2px #FFF;
  font-size: 20px;
  line-height: 30px;
# border: 1px solid #ff00ff;
}

#contents .ribbon13 h4 span{
  font-size: 10px;
  color: #ffffff;
  line-height: 1px;

}

#contents .ribbon13-wrapper p {
	padding: 0 2px 0 10px;
	line-height: 1.7;
	font-size: 17px;
}



#contents .ribbon14-wrapper {
  display: block;
height: 460px;
  position: relative;
  margin: 0px auto;
  padding: 10px 0;
  width: 100%;
  background: #f1f1f1;
  }
#contents .ribbon14 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: #ffaa55;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#contents .ribbon14 h4{
  vertical-align: middle;
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}
#contents .ribbon14-wrapper p {
	padding: 0 2px 0 10px;
	line-height: 1.7;
	font-size: 16px;
}
#contents .ribbon14:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}
#contents .ribbon14:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #ddaa55;
}

#contents .ribbon15-wrapper {
  display: block;
  position: relative;
  margin: 0 0 -20px 0;
  padding: 10px 0;
  width: 100%;
  background: #ffffff;
  }

#contents h3.white {
  margin: 20px 4px 20px 4px;
  padding: 10px 0 6px 0;
  line-height: 1.6;
  color: #792b04;
  border-top: none;
  border-right: none;
  border-bottom: solid 2px #aaaaaa;
  border-left: none;
  background-color: #ffffff;
  background-image: none;
}

#contents h4.memo {
  margin: 12px 0 10px 0;
  padding: 15px 10px 11px 16px;
  line-height: 1.4;
  color: #df5f08;
  border-bottom: solid 1px #df5f08;
  border-left: solid 5px #df5f08;
  background-color: #fbe8d3;
}

#contents h4.memo_w {
  margin: 12px 0 10px 0;
  padding: 16px 10px 10px 16px;
  line-height: 1.4;
  color: #54351f;
  background-color: #fff8ee;
}

#contents h4.border {
  height: 34px;
  margin: 10px 0 15px 0;
  padding: 10px 10px 0 4px;
  line-height: 1.4;
  color: #e85922;
  border-top: none;
  border-right: none;
  border-bottom: solid 3px #966934;
  border-left: none;
  background-color: #ffffff;
}


/*---------- 反転リンクボタン ----------*/

.link-btn {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
}
.square_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none !important;
	color: #ff9200;
	background: #CEB977;
	transition: .4s;
}
.square_btn:hover {
	background: #ff9200;
	color: white;
}


/*---------- TOPブロック ----------*/

.zoomBox {
    background-color: #000000;
    width: 100%;
}
.zoomBox ul {
    margin: 0 auto;
    width: 100%;
}
.zoomBox li {
    float: left;
    width: 33.33%;
}
.zoomBox li img {
    width: 100%;
}
.zoomBox li a {
    display: block;
    height: 100%;
    line-height: 0;
    position: relative;
    width: 100%;
}
.zoomBox li figure {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.zoomBox li figure img {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.zoomBox li a:hover figure img {
    transform: scale(1.3);
}
.zoomBox li p {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    line-height: 1.2;
    margin: 15px 0 0;
    padding-bottom: 2%;
    padding-top: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.zoomBox li.li01 p {
    background-color: rgba(97, 166, 16, 0.8);
}
.zoomBox li.li02 p {
    background-color: rgba(90, 182, 228, 0.8);
}
.zoomBox li.li03 p {
    background-color: rgba(77, 197, 177, 0.8);
}
.zoomBox li.li04 p {
    background-color: rgba(76, 149, 240, 0.8);
}
.zoomBox li.li05 p {
    background-color: rgba(241, 157, 166, 0.8);
}
.zoomBox li.li06 p {
    background-color: rgba(235, 194, 76, 0.8);
}


/*---------- ダウンロードボタン ----------*/

#dl-form .form-btn {
   background: #FFCC55;
   background-image: -webkit-linear-gradient(top, #FFCC55, #FE6703);
   background-image: -moz-linear-gradient(top, #FFCC55, #FE6703);
   background-image: -ms-linear-gradient(top, #FFCC55, #FE6703);
   background-image: -o-linear-gradient(top, #FFCC55, #FE6703);
   background-image: linear-gradient(to bottom, #FFCC55, #FE6703);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 25px;
   font-weight: bold;
   padding: 20px;
   box-shadow: 0px 0px 0px 3px #FFAE00;
   -webkit-box-shadow: 0px 0px 0px 3px #FFAE00;
   -moz-box-shadow: 0px 0px 0px 3px #FFAE00;
   text-shadow: 2px 2px 0px #3C3C3C;
   border: solid #FFFFFF 2px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

#dl-form .form-btn:hover {
   background: #FE6703;
   background-image: -webkit-linear-gradient(top, #FE6703, #FFCC55);
   background-image: -moz-linear-gradient(top, #FE6703, #FFCC55);
   background-image: -ms-linear-gradient(top, #FE6703, #FFCC55);
   background-image: -o-linear-gradient(top, #FE6703, #FFCC55);
   background-image: linear-gradient(to bottom, #FE6703, #FFCC55);
   text-decoration: none;
}


/*---------- 申し込み注意書 ----------*/

.caution {
	width: 80%;
	text-align: left;
	margin: 15px auto;
	background: #f5a80c;
	padding: 1px 5px;
	color: #fff;
}

#howto {
	width: 100%;
	text-align: center;
}


/*---------- メインコンテンツ ----------*/

img.line {
  margin: 0 8px 4px 0;
  vertical-align: middle;
}

img.head_photo {
  margin: 0 0 16px 0;
}

hr.line {
  margin: 50px 0 50px 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}

#news {
  height: 170px;
  overflow: auto;
  line-height: 1.8;
  padding: 8px 6px 7px 6px;
  margin: 12px 0 100px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0px 10px 0px 0;
  float: left;
}

img.picture_top {
  margin: 0px;
  float: right;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

br.clear {
  display: block;
  clear: both;
}


/*---------- コンテンツ枠装飾 ----------*/

.gray_bg {
  margin: 18px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.brown_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

.pink_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fdeee6;
}

.green_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f0f6da;
}

.blue_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #ebf6f7;
}

.info_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
}

.point_bg {
  margin: 10px 2px 10px 2px;
  padding: 2px 5px 2px 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border: solid 1px #dfcf98;
  background-color: #fcfbf9;
}

.pale_bg {
  margin: 18px 2px 18px 2px;
  padding: 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fffedf;
}

.message_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
  background-image: url(../img/message.png);
  background-repeat: no-repeat;
}

.memo_bg {
  margin: 8px 0 18px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #faf2e2;
}

.memo_w_bg {
  margin: 8px 0 12px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8ee;
}

.koe_bg {
  margin: 0;
  padding: 0;
}

.koe_beta_bg {
  margin: 8px 0 8px 0;
  padding: 2px 10px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #7e6a41;
}

.check_bg {
  margin: 8px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #6c4e1f;
  border: solid 6px #ded0b2;
  background-color: #faf1e3;
}

.check_bg p {
  margin: 18px 0 18px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  color: #6c4e1f;
}

.banner_bg {
  margin: 3px 0 10px 0;
  padding: 10px 10px 10px 14px;
  border-top: solid 3px #dec58e;
  border-right: solid 3px #dec58e;
  border-bottom: solid 3px #dec58e;
  border-left: solid 3px #dec58e;
  background-color: #fff8e3;
}

.waku_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
}

.waku_gray_bg {
  margin: 14px 2px 14px 2px;
  padding: 6px 14px 2px 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 2px #dddddd;
  border-right: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
  border-left: solid 2px #dddddd;
  background-color: #fcfbf9;
}

#contents .waku_tone_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
  background-color: #fffcf7;
}

.waku_gold_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 6px 2px 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 5px #f0ddb2;
  border-right: solid 5px #f0ddb2;
  border-bottom: solid 5px #f0ddb2;
  border-left: solid 5px #f0ddb2;
  background-color: #fff8e3;
}

.gray_bg_contact {
  margin: 18px 2px 10px 2px;
  padding: 10px 8px 10px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg_contact p {
  margin: 0;
  padding: 3px 0 3px 0;
  line-height: 1.7;
}


/*---------- 文字装飾 ----------*/

span.big {
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.b_big_x {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.check {
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
  color: #555555;
}

span.red {
  color: #e60033;
}

span.red_x {
  color: #e60033;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_b {
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
}

span.red_big {
  color: #e60033;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_big_x {
  color: #e60033;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.brown {
  color: #993300;
}

span.brown_b {
  color: #993300;
  font-weight: bold;
}

span.brown_x {
  color: #993300;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_b {
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
}

span.brown_big {
  color: #993300;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_big_x {
  color: #993300;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.blue {
  color: #007bbb;
}

span.blue_b {
  color: #007bbb;
  font-weight: bold;
  line-height: 1.7;
}

span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.pink {
  color: #c53d43;
}

span.pink_b {
  color: #c53d43;
  font-weight: bold;
  line-height: 1.7;
}

span.pink_big {
  color: #c53d43;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange {
  color: #e85922;
  line-height: 1.7;
}

span.orange_b {
  color: #e85922;
  font-weight: bold;
  line-height: 1.7;
}

span.orange_big {
  color: #e85922;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange_big_x {
  color: #e85922;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.green {
  color: #00ae4f;
}

span.green_b {
  color: #688119;
  font-weight: bold;
  line-height: 1.7;
}

span.green_big {
  color: #688119;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.mark {
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_b {
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

span.mark_big {
  padding: 2px 2px 0 2px;
  color: #54351f;
  font-size: 1.12em;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

 span.mark_red {
  padding: 2px 2px 0 2px;
  color: #e60033;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_red_b {
  padding: 2px 2px 0 2px;
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown {
  padding: 2px 2px 0 2px;
  color: #993300;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown_b {
  padding: 2px 2px 0 2px;
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}


/*---------- Q & A ----------*/

#contents .qa-item {
	padding: 5px 8px 5px;
	margin-top: 20px;
	border-top: 2px solid #1d2087;
	font-weight: 400;
	color: #1d2087;
}

#contents .qa-ttl {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 3px;
	position: relative;
}

#contents .txt-q {
	font-size: 18px;
}

#contents .qa-answer {
	font-size: 15px;
	padding-top: 5px;
	padding-left: 3px;
	margin-top: 10px;
	margin-left: 45px;
	margin-right: 45px;
	position: relative;
}

#contents .txt-a {
	font-size: 15px;
}

#contents .txt-q, .txt-a {
	top: 0;
	left: 0;
	font-weight: bold;
	font-style: normal;
}


/*---------- GoogleMap ----------*/

.g_map { 
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*---------- サイドエリア ----------*/

#menu hr.line {
  margin: 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}


/*---------- トップに戻る ----------*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 180px;
	height: 28px;
}

.scroll {
  width: 180px;
  height: 28px;
}



/*---------------------------- SP（追加） ----------------------------*/

@media only screen and (max-device-width: 480px) {


#header-img {
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
}

#contents2 h1.f-awesome {
	position: relative;/*相対位置*/
	padding: 0.5em 0.5em 0.5em 0.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #ff6a6a;/*文字色*/
	border-top: solid 1px #E84B6D;
	border-bottom: solid 1px #E84B6D;
	background: #ffffff;
	margin: 0 0 10px 0;
	font-size: 16px;
}

#contents .ribbon13-wrapper {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #f1f1f1;
}

#contents .ribbon13 {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
  color: #000000;
  background: #F69439;
}

#contents .ribbon13 h4 {
  vertical-align: bottom;
  margin: 5px 0 0 0;
  padding: 0px 0px 0 15px;
  height: 100%;
  font-size: 17px;

}

#contents .ribbon13 h4 img {
  display:none;
}

#contents .ribbon14-wrapper {
	display: block;
	height: 100%;
	position: relative;
	margin: 0px auto;
	padding: 10px 0;
	width: 100%;
	background: #f1f1f1;
}

#contents .ribbon14-wrapper p {
	padding: 0 2px 0 10px;
	line-height: 1.7;
	font-size: 16px;
}

#contents .maste-box {
	position: relative;
	height: 100%;
	background-color: #fff;
	background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
	padding: 1em;
}

.bnr-area {
	width: 100%;
	display: block;
	margin: 0;
}

.bnr-area ul li#ph-bnr {
	width: 90%;
	display: block;
	/* float: left;
	margin: 0 3px 3px 0; */
	margin: 0 auto;
}

}
