@charset "utf-8";

/*=============================================

共通、既存上書き

=============================================*/

.small { font-size: 1.4rem; }
.p_rel { position: relative; }
.m_top { margin-top:20px; }
.m_bottom { margin-bottom:20px; }
.orange { color:#f97703;font-weight: bold; }
.green { color:#3b8716;font-weight: bold; }
.tx_right{text-align: right;}
strong{font-weight: bold;}

br.sp { display: none; }
.sp_obj { display: none; }


img.imgRight {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}
img.imgRight:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

.l-main {
	width: 100%;
	padding: 0;
}

.dining,
.dining p {
  font-size: 1.7rem;
  line-height: 1.6;
}

.dining * {
  position: relative;
  box-sizing: border-box;
}

section {
  margin: 0 !important;
}

.dining h3 {
  font-weight: bold !important;
}


/*===========================================================================*/
/*FV*/



.fv {
  margin: 0;
  padding: 35px 0 200px 0;
  width: 100%;
  position: relative;
  background: url(../img/fv_bg_seaimage.jpg) top 530px center repeat-x;
  background-size: auto 60%;
}

.fv .fv_header {
  height: 500px;
  background: url(../img/fv_image.jpg) center center no-repeat;
  background-size: cover;
}

.fv .fv_header h1 {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 300px;
  height: 0 !important;
  line-height: 250%;
  max-width: 1200px;
  width: 100%;
  background: url(../img/fv_text1.svg) top left no-repeat;
  background-size: 50%;
}

.fv .fv_header h1::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50%;
	height: 180px;
	background: url(../img/fv_pc_text2.svg) center center no-repeat;
  background-size: 100%;
}


/*レストラン内の風景*/

.location_images {
  margin: 120px auto 0 auto;
  padding: 0 0 0 0;
  max-width: 1500px;
  width: 100%;
  /*height: calc(60% - 200px);*/
}

.location_images .main_photo {
  width: 55%;
  height: auto;
}

.location_images2 .main_photo {
  width: auto;
  max-height: 450px;
  height: 100%;
}

.location_images h2 {
  position: absolute;
  top: 30%;
  left: 57%;
  font-size: 1.5em;
  list-style: 1.7;
  font-weight: normal;
}

.location_images .thumb {
  position: absolute;
  bottom: 0%;
  left: 57%;
}


/*ページ内リンク*/

.fv ul {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  width: 500px;
  display: grid;
  grid-template-columns: .7fr 1fr .7fr;
  font-size: 1.7em;
}

.fv ul li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fv li a {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.fv li a:hover,
.fv li a:visited {
	color: #000;
}


.fv li a::before {
  content: attr(data-en);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 40%;
}

.fv li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.fv li a:hover::after {
	bottom: 5px;
}

/*お知らせ枠*/

.fv .info {
  margin: 50px auto 0 auto;
  padding: 20px;
  max-width: 900px;
  width: calc(100% - 40px);
}

.fv .info .info_area {
  display: grid;
  grid-template-columns: 1fr .8fr;
  grid-gap: 5px;
}

.fv .info h3 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 1px 0 10px #5d5350;
}

.fv .info h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 2.2rem;
	font-weight: bold;
	color: #4a270f;
}

.fv .info .info_area img {
  width: 100%;
}

.fv .info .info_area .text {
  margin: 0;
  padding: 20px 20px 80px 20px;
  background-color: #e1b4a6;
}

.fv .info .link {
	position: absolute;
	bottom: 20px;
	right: 0;
  display: block;
	width: 80%;
	margin: 20px 0 0 0;
	padding: 10px 20px 10px 40px;
	background-color:#71401f;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.fv .info .link::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.fv .info .link:hover::before {
  left: 15px;
}

/*===========================================================================*/
/*章ごとのタイトル画像*/

.content_main_image {
  margin: 0;
  padding: 0;
  height: 500px;
}

.content_main_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/*===========================================================================*/
/* 期間限定／専用プラン */

.limited_time_plan {
	position: relative;
  margin: 330px 0 50px 0;
  padding: 100px 20px;
  background: url(../img/ja_pattern_D.jpg);
  background-size: 400px;
}

.limited_time_plan .inner {
	position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

.limited_time_plan .inner::after {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  left: -20px;
  width: 300px;
  height: 60px;
	background: url(../img/limited_time_plan/limited_time_plan_text.svg) center center no-repeat;
	background-size: 70%;
	background-color:#f2b217;
}

.limited_time_plan h2 {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
	font-family: 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体' !important;
  font-size: 245%;
  font-weight: bold;
  color: #f9c038;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f1d84d 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: calc(100% + 100px);
	z-index: 1;
	border-left:3px solid #f9c038;
}

.limited_time_plan h2[data-codingmemo="sp用のタイトルです。pc用と同じものを入れてください。"] {
  display: none;
}


.limited_time_plan .image_content {
  margin: 0;
  padding: 0 0 50px 0;
  display: grid;
  grid-gap: 20px;
}

.limited_time_plan .image_content .cel {}

.limited_time_plan img {
  width: 100%;
	border:1px solid #000000;
	box-shadow:0px 1px 12px 0px #000000;
}

/*一つ目*/
.limited_time_plan .image_content:nth-of-type(1) {
  grid-template-columns: .6fr 1fr;
}

.limited_time_plan .image_content:nth-of-type(1) p {
	position: relative;
  width: calc(100% + 80px);
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.limited_time_plan .image_content:nth-of-type(1) p strong {
	display: block;
	margin-top: 10px;
	font-size: 170%;
	color: #cd950e;
}

.limited_time_plan .image_content:nth-of-type(1) p i {
	margin-right: 10px;
	font-size: 70%;
	font-style: normal;
	display: inline-block;
	margin-top: .5em;
}

.limited_time_plan .image_content:nth-of-type(1) p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 30px;
  height: 30px;
  border-left: 4px solid #f9c038;
  border-bottom: 4px solid #f9c038;
}

.limited_time_plan .image_content:nth-of-type(1) p::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 30px;
  height: 30px;
  border-right: 4px solid #f9c038;
  border-top: 4px solid #f9c038;
}


/*2つ目*/
.limited_time_plan .image_content:nth-of-type(2) {
	margin: 0 5%;
  grid-template-columns: 1fr 1fr;
}

.limited_time_plan .image_content:nth-of-type(2) .cel:nth-of-type(1) img {
	margin-right: 5%;
}

.limited_time_plan .image_content:nth-of-type(2) .cel:nth-of-type(2) img {
	margin-top: 5%;
	margin-left: -5%;
}

/*最後*/
.limited_time_plan .image_content:last-of-type{
  /* padding-bottom: 0; */
}

/*ボタン*/
.limited_time_plan .planbtn {
  display: block;
  margin: 40px auto 0px auto;
  padding: 20px 60px;
  max-width: 500px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  color: #ffffff;
  text-decoration: none;
  /* background-color: #ffffff; */
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f1d84d 70%, #DAAF08 85%, #B67B03 90% 100%);
  transition: border 0.4s;
  -webkit-transition: border 0.4s;
}

.limited_time_plan .planbtn:hover {
  border: 2px solid #cfc01b;
}

/*インスタ*/
.vsm-tile {
  margin: 0 auto 0 auto;
  padding: 1px 0 0 0;
  background-color: #ffffff;
  max-width: 1200px;
  border-radius: 30px;
}


/*===========================================================================*/
/* 海鮮ディナーバイキング */

.dinner_buffet {
  margin: 30px 0 50px 0;
  padding: 100px 0 1px 0;
  background: url(../img/ja_pattern_A.jpg);
  background-size: 400px;
}

.dinner_buffet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.title_block {
  margin: 0;
  padding: 20px 0 20px 50px;
  max-width: calc(100% - 200px);
  width: 95%;
  color: #ffffff;
  background-color: #b15c65;
}

.title_block h1 {
  margin: 0;
  padding: 0;
  font-size: 3em;
  font-weight: normal;
}

.title_block .reed {
  font-size: .8em;
}

.title_block .contents_logo {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 1.5em;
  text-align: center;
}

.title_block .contents_logo::after {
  content: attr(data-en);
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  font-size: 40%;
}


/*ーーーーーーーーーーーーーーー*/
/*個別商品の紹介枠*/

.photos {
	position: relative;
  margin: 140px 0;
  padding: 0;
  width: 90%;
}

.photos .main_photo {
position: static;
}

.photos.leftitem {
  margin-left: 10%;
}

/*背景の白枠*/

.photos.rightitem::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  width: 85%;
  height: 100%;
  background-color: #ffffff;
}

.photos.leftitem::before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 85%;
  height: 100%;
  background-color: #ffffff;
}

/*写真サイズ*/

.photos.rightitem .main_photo {
  float: right;
  width: 55%;
}

.photos.leftitem .main_photo {
  float: left;
  width: 55%;
}

.photos .main_photo img {
  width: 100%;
}

/*テキスト枠サイズ*/

.photos.leftitem .inner {
  margin: 0 0 0 calc(55% + 20px);
  padding: 0 0 120px 0;
  width: calc(100% - 55% - 10% - 40px);
}

.photos.rightitem .inner {
  margin: 0 0 0 12%;
  padding: 0 0 120px 0;
  width: calc(100% - 55% - 10% - 60px);
}

/*写真サムネサイズ*/

.photos .main_photo .thumb {
	position: absolute;
  width: calc(100% - 55% - 10% - 40px);
	left: calc(55% + 20px);
	bottom: 0px;
	z-index: 1;
  margin-top: 10px;
	text-align: right;
}

.photos.rightitem .main_photo .thumb {
  width: calc(100% - 55% - 10% - 60px);
	right: calc(55% + 32px);
	left: auto;
	text-align: left;
}

.photos .main_photo .thumb img {
  height: auto;
	width: 30%;
}

.photos h3 {
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体' !important;
  font-size: 2em;
	font-weight: normal;
  margin-bottom: 20px;
	letter-spacing: .1rem;
}

.photos p {
  line-height: 1.9;
	letter-spacing: .1rem;
}

/*焼きたてを味わう鉄板焼き*/

.photos.special {
  margin: 0 auto 0 auto;
  padding: 40px;
  max-width: 1300px;
  width: calc(100% -20px);
  background-color:#ffffdd;
	box-shadow:0px 1px 16px 0px #e1dbdb;
}

.photos.special h3 {
  text-align: center;
}

.photos.special .specialphoto_area {
  display: grid;
  grid-template-columns: 1fr .8fr;
  grid-gap: 40px;
}


.photos.special .point {
	margin-top: 30px;
  padding: 15px;
  color: #9c5454;
  font-size: .9em;
	background-color:#ffffff;
  border: 1px solid #d6b8b8;
}

.photos.special .point::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 20px;
  height: 25px;
  background: url(../img/dinner/point_arrow.svg) center center no-repeat;
  background-size: 100%;
	transform: rotate(180deg);
}


/*林ポークを使用したメニュー*/

.pork {
  margin: 60px auto 100px auto;
  padding: 40px;
  max-width: 1200px;
  width: calc(100% -20px);
  background-color: #ffeaea;
	box-shadow:0px 1px 16px 0px #e1dbdb;
}

.pork h3 {
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体' !important;
  font-size: 2em;
	font-weight: normal;
  margin-bottom: 10px;
}

.pork ul {
  margin: 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.pork ul li {
  margin: 0;
  padding: 0;
}

.pork ul img {
  width: 100%;
}

/*===========================================================================*/
/* レストランでオーダーできる別注料理 */

.special_dinner {
  margin: 30px 0 50px 0;
  padding: 100px 0 1px 0;
  background: url(../img/ja_pattern_B.jpg);
  background-size: 400px;
}

#special_dinner {
margin: 0px 0px 100px 0px;
padding: 30px 0px 10px 0px;
background-color:#ffffff;
}

.specialdinner_photo {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	max-width: 1200px;
}

.specialdinner_photo p {
  margin: 0;
  padding: 10px;
}

.specialdinner_photo .panel_box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:5px;
}



/*タイトル*/

.dinner_title_1 {
  display: block;
  overflow: hidden;
  margin: 100px auto 0 auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_1.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_2 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_2.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_3 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_3.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_4 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_4.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_5 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_5.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_6 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_6.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_7 {
  display: block;
  overflow: hidden;
  margin: 0px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_7.svg) center center no-repeat;
  background-size: 100%;
}

.dinner_title_8 {
  display: block;
  overflow: hidden;
  margin: 0px auto 10px auto;
  padding-top: 80px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/dinner/c_title_8.svg) center center no-repeat;
  background-size: auto 100%;
}




/*===========================================================================*/
/*ディナー　一般メニュー*/

h2.dinner_other_menu {
  margin: 0px auto;
  padding: 0;
  max-width: 1200px;
  width: calc(100% -20px);
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体' !important;
  font-size: 2em;
	font-weight: normal;
	text-align: center;
}

div.dinner_other_menu h3 {
  margin-bottom: 5px;
  font-weight: bold;
}

div.dinner_other_menu_main {
  margin: 20px auto 50px auto;
  padding: 0;
  max-width: 1200px;
  width: calc(100% -20px);
}

div.dinner_other_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 40px;
  margin: 20px auto 100px auto;
  padding: 0;
  max-width: 1200px;
  width: calc(100% -20px);
}

div.dinner_other_menu.kids {
  margin-bottom: 0;
}

.kids_comment {
	margin-top: -50px;
	grid-column: 1 / 3;
}

.dinner_other_menu_comment {
  margin: 0px auto;
  padding: 0;
  max-width: 1200px;
  width: calc(100% -20px);
  text-align: center;
}

div.dinner_other_menu.third {
  grid-template-columns: repeat(3, 1fr);
}

div.dinner_other_menu img {
  position: relative;
  width: 100%;
  z-index: 1;
}

div.dinner_other_menu .text {
  z-index: 0;
  margin-top: 10px;
  margin-left: 10px;
	padding-right: 50px;
}

div.dinner_other_menu .text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -40px;
  width: 100%;
  height: calc(100% + 60px);
  z-index: 0;
  background-color: #ffffff;
	border:1px solid #f4f4f3;
}


div.dinner_other_menu.kids .text {
	padding-left: 50px;
	text-align: center;
}

div.dinner_other_menu.kids .text::before {
  left: 20px;
  width: calc(100% - 70px);
}






/*===========================================================================*/
/* 朝食バイキング */

.breakfast_buffet {
  margin: 30px 0 50px 0;
  padding: 100px 0 1px 0;
  background: url(../img/ja_pattern_C.jpg);
  background-size: 400px;
}

.breakfast_buffet .title_block {
  background-color: #006284;
}

.breakfast_title_1 {
  display: block;
  overflow: hidden;
  margin: 100px auto 50px auto;
  padding-top: 100px;
  height: 0 !important;
  line-height: 250%;
  max-width: 850px;
  width: calc(100% - 20px);
  background: url(../img/breakfast/c_title_1.svg) center center no-repeat;
  background-size: 100%;
}

.special_dinner .main_image {
  position: relative;
}

.breakfast_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 40px;
  margin: 20px auto 100px auto;
  padding: 0;
  max-width: 1000px;
  width: calc(100% -20px);
}

.breakfast_menu img {
  position: relative;
  width: 100%;
  z-index: 1;
}

div.breakfast_menu .text {
  z-index: 0;
  margin-top: 10px;
  margin-left: 10px;
	padding-right: 50px;
}

div.breakfast_menu .text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -40px;
  width: 100%;
  height: calc(100% + 60px);
  z-index: 0;
  background-color: #ffffff;
	border:1px solid #f4f4f3;
}

/*その他メニュー一*/

.other_menu {
  margin: 20px auto 100px auto;
  padding: 20px;
  max-width: 1000px;
  width: calc(100% -20px);
  border: 1px solid #006284;
  background-color: #ffffff;
}

.other_menu h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 1.5em;
  text-align: center;
  color: #006284;
  background: url(../img/breakfast/other_menu_h3.svg), url(../img/breakfast/other_menu_h3.svg);
  background-size: 170px 25px, 170px 25px;
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
}

.other_menu_list h4 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.2em;
}

.other_menu_list h4::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 1px;
  width: 100px;
  background-color: #006284;
}

.other_menu_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 20px;
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
  color: #006284;
}

.other_menu_list li {
  margin: 0;
  padding: 0 0 4px 1.2em;
}

.other_menu_list li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 1em;
  left: 4px;
  height: 30px;
  font-size: 50%;
}



/*アレルギーメモ*/
.memo {
  margin: 100px auto 0 auto;
  padding: 40px;
  max-width: 900px;
  width: calc(100% - 20px);
  border: 1px solid #d1d5d3;
}

.memo h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.4em;
  text-align: center;
  border-bottom: 1px solid #d1d5d3;
}

.memo h3 {
  margin: 30px 0 20px 0;
  padding: 10px 0 10px 20px;
  font-size: 1.1em;
  border-left: 3px solid #a2a8a1;
}

.memo h4 {
  margin: 30px 0 15px 0;
}

.memo h4 i {
  padding: 10px 20px;
  font-size: .9em;
  font-style: normal;
  color: #ffffff;
  background-color: #a2a8a1;
  border-radius: 999px;
}


/*===========================================================================*/
/*バナー*/

.page_banner_area {
  margin: 100px auto 50px auto !important;
  padding: 20px;
  max-width: 1000px;
  width: calc(100% -20px);
	text-align: center;
}





/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*スマホ・PC向けの調整*/


/*PCのみ*/

@media all and (min-width: 767px) {



}





/*===========================================================================*/
/*スマホ調整*/

@media all and (max-width: 767px) {


/*共通、既存上書き*/
.sp_none{display: none;}



}/*スマホ向け設定　ここまで*/





