@charset "utf-8";
/*-------------ヘッダースタイルここから-------------*/
a {
  transition: all 0.2s ease;
}
header {
  background-color: #ffffff;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 10rem;
}
header .header_in {
  margin: 0 auto;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_in .top_logo {
  width: 45%;
  margin-top: 1rem;
}
.header_in nav {
  width: 55%;
}
.header_in nav .top_contact {
  font-size: 1.4rem;
  text-align: end;
  display: block;
}
.header_in nav .top_contact a {
  display: inline-block;
  padding: 1.2rem 3em 1.2rem 4.5em;
  margin-bottom: 0.6rem;
  background-color: #333;
  text-decoration: none;
  color: #FFF;
  position: relative;
  border-radius: 0 0 8px 8px;
}
.header_in nav .top_contact a::before {
    font-family: 'Material Icons';
    content: "mail_outline";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-53%);
    left: 1.9em;
}
.header_in nav .top_contact a:hover {
  background-color: #F15A24;
}
.header_in nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header_in nav ul li {
  text-align: center;
  width: 100%;
  position: relative;
}
.header_in nav ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  border-bottom: 3px solid #F2F2F2;
}
.header_in nav ul li a:hover {
  background-color: #F2F2F2;
  border-bottom: 3px solid #F15A24;
}

/*--------ドロップダウンメニューここから--------*/
.header_in nav ul li .dropdown_menu {
  display: flex;
  flex-direction: column;
  transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .4s; /*表示の変化を0.3秒に指定*/
    position: absolute;
    width: 216px;
    opacity: 0;
}
.header_in nav ul li:hover .dropdown_menu {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
    background-color: #FFF;
    transform: scaleY(1); /*Gナビメニューにホバーしたら表示*/
    opacity: 1;
}
/*--------ドロップダウンメニューここまで--------*/

/*---------------------------------------------
  Hamburger Navigation
---------------------------------------------*/
.hamburger-nav-toggle-btn {
  float: right;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin: 10px 2% 9px 0;
  padding: 0;
  height: auto;
}
.hamburger-nav-toggle-btn.close::before, .hamburger-nav-toggle-btn.open::before {
  font-size: 3.8rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hamburger-nav-toggle-btn.open::before {
  content: url(../images/hm_b.png);
  vertical-align: bottom;
  float: left;
  font-size: 0px;
}
.hamburger-nav-toggle-btn.close::before {
  content: url(../images/hm_a.png);
  vertical-align: bottom;
  font-size: 0px;
  float: left;
}
.hamburger-nav-list {
  list-style: none;
  clear: both;
  margin-bottom: 0px;
  display: none;
}
.hamburger-nav-list > li {
  border-top: 1px solid #FFF;
}
.hamburger-nav-list > .service_sub {
  border-left: 6px solid #FFF;
}
.hamburger-nav-list > li a {
  padding: 10px 14px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
}
.hamburger-nav-list > .service_sub a {
  padding: 4px 8px;
}
.hamburger-nav-list li a:hover {
  background-color: rgb(241, 90, 36);
}
/*---------------------------------------------
Hamburger Navigation end
---------------------------------------------*/
/*-------------ヘッダースタイルここまで-------------*/



/*-------------メインスタイルここから-------------*/
html {
  scroll-padding-top: 13rem; /* アンカーポイントのずれ防止 */
}
main {
  padding-top: 10rem;
}
.top_image {
  width: 100%;
  height: 600px;
  background-image: url(../images/main_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.top_image .catch {
  width: 85%;
  margin: 0 auto;
}
.top_image .catch h1 {
  font-size: 4rem;
  font-family: serif;
  font-weight: nomal;
  margin-bottom: 2rem;
  color: #333;
}
.top_image .catch p {
  font-size: 2rem;
  font-family: serif;
  font-weight: normal;
}
article {
  width: 100%;
}
section {
  width: 100%;
}
.bg_white {
  padding: 8rem 0 6rem;
}
.bg_white2 {
  padding: 2rem 0 6rem;
}
.bg_white2 .b_content {
  text-align: center;
}
.bg_white2 p {
  text-align: center;
}
.bg_grey {
  background-color: #F2F2F2;
  padding: 8rem 0 0;
}
.bg_orange {
  background-color: #F15A24;
  padding: 8rem 0 6rem;
}
.bg_light_orange {
  background-color: #FDEDE4;
  padding: 8rem 0 6rem;
  margin-bottom: 10rem;
}
.content {
  width: 96%;
  margin: 0 auto;
}
.sub {
  font-size: 1rem;
  color: #F15A24;
  text-align: center;
  margin-bottom: 0.5rem;
}
h3 {
  text-align: center;
  font-family: serif;
  font-size: 3rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom:4rem;
}
h3::before {
  position: absolute;
  border-bottom: 4px solid #F15A24;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  content: '';
}
.content p {
  margin: 0 auto 3rem;
  width: 700px;
}
.content_image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_image img {
  width: 31%;
  margin-bottom: 2.5rem;
}
.content_image .product_item {
  display: flex;
  flex-direction: column;
  width: 47%;
  margin-bottom: 6rem;
}
.content_image .product_item img {
  width: 100%;
}
.product_item h4 {
  color: #F15A24;
  font-weight: bold;
  margin-bottom: 1rem;
}
.product_item p {
  width: 100%;
  margin-bottom: 1rem;
  flex-grow:1;
}
.detail_button a {
  margin: 0 auto;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #333;
  border-radius: 6px;
}
.detail_button a:hover {
  background-color: #333;
  color:#FFF;
}
.content_image .mouse_up {
  cursor: pointer;
  width: 47%;
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.content_image .mouse_up img {
  width: 100%;
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.content_image .mouse_up:hover img {
  transform: scale(1.1); /* 拡大 */
}
.content_image .mouse_up p {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}
.bg_orange .sub {
  color: #FFF;
}
.bg_orange h3 {
  color: #FFF;
}
.bg_orange h3::before {
  border-bottom: 4px solid #FFF;
}
.f_contact {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.f_contact .c_tel a {
  display: block;
  font-family:sans-serif;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  text-decoration: none;
  margin-bottom: 1.2rem;
}
.f_contact .c_time {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 4.5rem;
}
.f_contact .c_form a {
  margin: 0 auto;
  width: 440px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #FFF;
  border-radius: 6px;
}
.f_contact .c_form a:hover {
  background-color:#b43000;
}
.thankyou p {
  font-size: 1.7rem;
  text-align: center;
  margin: 16rem auto 6rem;
}
.gohome a {
  margin: 0 auto 15rem;
  width: 250px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #333;
  border-radius: 6px;
}
.gohome a:hover {
  background-color: #333;
  color:#FFF;
}
/*-------------メインスタイルここまで-------------*/


/*-------------サブページスタイルここから-------------*/
.service_top_image,.product_top_image,.profile_top_image,.product_a_top_image,.product_b_top_image,.product_c_top_image,.product_d_top_image,.contact_top_image {
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service_top_image {
  background-image: url(../images/service_main_img.jpg);
}
.product_top_image {
  background-image: url(../images/product_main_img.jpg);
  margin-bottom: 10rem;
}
.profile_top_image {
  background-image: url(../images/profile_main_img.jpg);
}
.product_a_top_image {
  background-image: url(../images/product_a_main_img.jpg);
}
.product_b_top_image {
  background-image: url(../images/product_b_main_img.jpg);
}
.product_c_top_image {
  background-image: url(../images/product_c_main_img.jpg);
}
.product_d_top_image {
  background-image: url(../images/product_d_main_img.jpg);
}
.contact_top_image {
  background-image: url(../images/contact_main_img.jpg);
}
main h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #FFF;
}
.sub_sub {
  color: #FFF;
  font-size: 1.6rem;
}
.full_bg_image {
  width: 100%;
  background-image: url(../images/bg_image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}
.content_in {
  width: 92%;
  margin: 0 auto;
  padding: 4rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
}
.content_left {
  width: 47%;
}
.content_left h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 4rem;
  color: #FFF;
}
.content_left p {
  color: #FFF;
  line-height: 1.8em;
}
.content_right {
  width: 47%;
}
.content_right img {
  width: 100%;
  border: 8px solid #FFF;
}
.content_image2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_image2 img {
  width: 32%;
  margin-bottom: 2rem;
}
.b_content {
  width: 700px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: bold;
  color: #F15A24;
}
.space {
  width: 100%;
  height: 5rem;
}
.wide_image {
  width: 100%;
  height: 280px;
  background-image: url(../images/service_middle_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2rem;
}
.content_image {
  margin-bottom: 1rem;
}
.supplement {
  width: 100%;
  text-align: center;
  color:#FFF;
  background-color: #333;
  padding: 1.2rem;
  margin-bottom: 0;
}
.supplement a {
  color:#FFF;
}

.bg_grey2 {
  background-color: #F2F2F2;
  margin-bottom: 7rem;
}
.bg_grey3 {
  background-color: #F2F2F2;
  padding: 8rem 0 4rem;
}
.product_a,.product_c {
  display: flex;
}
.product_b,.product_d {
  display: flex;
  flex-direction: row-reverse;
}
.product_a .pro_image {
  width: 50%;
  height: auto;
  background-image: url(../images/product_a01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product_b .pro_image {
  width: 50%;
  height: auto;
  background-image: url(../images/product_b01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product_c .pro_image {
  width: 50%;
  height: auto;
  background-image: url(../images/product_c01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product_d .pro_image {
  width: 50%;
  height: auto;
  background-image: url(../images/product_d01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pro_image2 {
  margin-bottom: 5rem;
}
.pro_image2 img {
  width: 100%;
}
.pro_comment {
  width: 42%;
  margin: 0 4%;
}
.pro_comment p {
  margin-bottom: 2rem;
}
.pro_comment .detail_button {
  margin-bottom: 4rem;
}
.pro_comment h4 {
  text-align: center;
  font-size: 2.7rem;
  margin:5rem 0 4rem;
}
.bg_access {
  padding: 8rem 0 6rem;
}
.gaiyou,.enkaku {
  line-height: 1.5em;
  color: #333;
  margin: 0 auto;
  width: 96%;
  border-top: 1px solid #EEE;
}
.gaiyou tr,.enkaku tr {
  border-bottom: 1px solid #EEE;
}
.gaiyou tr th,.enkaku tr th {
  background-color: #FEF1EA;
  font-weight:normal;
  width: 27%;
  align-content: center;
}
.gaiyou tr td,.enkaku tr td {
  width: 73%;
  padding: 2rem 2rem;
  word-break: break-word;
}
.access_map iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 1.5rem;
}
.access_map p {
  text-align: center;
  font-size: 1.5rem;
}
.item {
  width: 96%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
.item .item_image {
  width: 38%;
}
.item .item_image img {
  width: 100%;
}
.item .item_comment {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item h5 {
  font-size: 2.5rem;
  line-height: 2em;
  color: #F15A24
}
.item p {
  margin-bottom: 1.5rem;
}
/*-------------サブページスタイルここまで-------------*/

/*-------------お問い合わせページここから-------------*/
.contact {
  width: 90%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 7rem 5rem;
}
.contact .contact_table {
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #999;
}
.contact .contact_table th {
  width:35%;
  text-align: left;
  padding: 0 1em;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #999;
  background-color: #FEF1EA;
  }
.contact .contact_table th .required {
  font-size: 1.1rem;
  color:#FFF;
  margin-left: 8px;
  padding: 1px 4px;
  background-color: #F15A24;
  border-radius: 10%;
  vertical-align: middle;
}
.contact .contact_table td {
  line-height: 1.5em;
  text-align: justify;
  vertical-align: middle;
  padding: 10px 10px;
  border-bottom: 1px solid #999;
}
.contact p {
  text-align: center;
  line-height: 1.8em;
  margin: 0 auto 20px;
}
input {
  width:100%;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 0 10px;
}
textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #CCC;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding:10px;
}
.checkbox {
  margin: 0 auto 40px;
  display: table;
  border-bottom: 1px dotted #333;
}
.checkbox td input {
  width:26px;
}
.checkbox td {
  padding: 6px;
}
/* iPhoneでボタンを正しく表示させるコード */
input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.form_button {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.form_button .button {
  width: 40%;
  font-size: 1.6rem;
  cursor: pointer;
  color: #FFF;
  line-height: 0em;
  padding: 25px 0;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
}
.form_button .button:hover {
  color: #333;
  background-color: #FFF;
  border: 1px solid #333;
}
.privacy {
  width: 80%;
  margin: 0 auto 100px;
}
.privacy h2 {
  display:table;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
  margin: 0 auto 40px;
}
.privacy p {
  line-height: 1.8em;
  margin-bottom: 1em;
}
.privacy ul {
  margin-bottom: 1em;
}
.privacy li {
  margin-bottom: 1em;
  line-height: 1.8em;
}

/*-------------お問い合わせページここまで-------------*/

/*-------------ページTOPボタンここから-------------*/
#page-top a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  background-color: #CCC;
  text-align: center;
  color: #333;
  font-size: 2.5rem;
  text-decoration: none;
  padding: 4px 6px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  border-radius: 50%;
  opacity: 0.5;
}
#page-top a:hover {
  background-color: #b2d1fb;
  color: #FFF;
}
/*-------------ページTOPボタンここまで-------------*/

/*-------------フッタースタイルここから-------------*/
footer {
  background-color: #333;
  padding: 2.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer nav {
  color: #FFF;
  text-align: center;
  margin-bottom: 3rem;
}
footer nav a {
  color: #FFF;
  text-decoration: none;
}
.link a {
  margin: 0 auto 0.5rem;
  width: 440px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #FFF;
  border-radius: 50px;
}
.link a:hover {
  background-color: #F15A24;
}
.link p {
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 5rem;
}
footer .copyright {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
}
/*-------------フッタースタイルここまで-------------*/

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*-------------スマートフォン（787px以下）ここから-------------*/
@media (max-width:787px) {
header {
  margin-bottom: 0;
  height: 7rem;
}
header .header_in {
  display: none;
}
.sp_menu .top_logo {
  width: 210px;
  padding: 1.2rem 0;
}
.sp_menu .top_logo img {
  width:100%;
}
.box2 {
  position: relative;
}
.top_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main {
  padding-top: 7rem;
}
.top_image {
  height: 460px;
}
.top_image .catch {
  width: 90%;
  margin: 0 auto;
}
.top_image .catch h1 {
  font-size: 3.5rem;
}
.top_image .catch h2 {
  font-size: 3rem;
}
.top_image .catch p {
  font-size: 1.7rem;
}
section {
  padding: 4rem 0 1rem;
}
.content {
  width: 94%;
}
.content p {
  width: 100%;
  margin-bottom: 2rem;
}
.content_image {
  flex-direction: column;
  align-items: center;
}
.content_image img {
  width: 100%;
}
.space {
  width: 100%;
  height: 1rem;
}
.bg_grey .content_image {
  display: flex;
  flex-direction: column;
}
.content_image .product_item {
  width: 100%;
  margin-bottom: 4rem;
}
.content_image .mouse_up {
  width: 100%;
  height: 14rem;
  margin-bottom: 1rem;
}
.f_contact .c_tel a {
  font-size: 2.6rem;
}
.f_contact .c_form a {
  width: 96%;
}
.bg_orange {
  padding-bottom: 5rem;
}
footer {
  height: auto;
}
footer nav {
  display: none;
}
.link a {
  width: 90%;
  line-height: 1.4em;
  padding: 1rem 0 0.7rem;
}
/*-------------SPサブページスタイルここから-------------*/
.content_image2 img {
  width: 49%;
  margin-bottom: 1rem;
}
.content_in {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 96%;
}
.content_left {
  width: 100%;
}
.content_left p {
  margin-bottom: 3rem;
}
.content_right {
  width: 100%;
}
.wide_image {
  display: none;
}
.supplement {
  margin-bottom: 1rem;
}
.supplement br {
  display: none;
}
.bg_grey2 {
  padding: 0;
}
.product_a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_a .pro_image {
  width: 100%;
  height: 40rem;
}
.product_b {
  flex-direction: column;
  align-items: center;
}
.product_b .pro_image {
  width: 100%;
  height: 40rem;
}
.product_c {
  flex-direction: column;
  align-items: center;
}
.product_c .pro_image {
  width: 100%;
  height: 40rem;
}
.product_d {
  flex-direction: column;
  align-items: center;
}
.product_d .pro_image {
  width: 100%;
  height: 40rem;
}
.pro_comment {
  width: 94%;
}
.pro_image2 {
  display: none;
}
.bg_access {
  padding: 8rem 0 0;
}
.item {
  width: 94%;
  flex-direction: column;
  align-items: center;
}
.item .item_image {
  width: 100%;
  margin-bottom: 1rem;
}
.item .item_comment {
  width: 100%;
}
.item table {
  font-size: 1.5rem;
}
.b_content {
  width: 100%;
}
/*-------------SPサブページスタイルここまで-------------*/

/*-------------SPお問い合わせページここから-------------*/
.contact {
  padding: 5rem 1rem;
  font-size: 90%;
  width: 94%;
}
.contact p {
  width: 80%;
  font-size: 90%;
  line-height: 1.5em;
}
.contact .contact_table {
  border-top: none;
  margin-bottom: 10px;
}
.contact .contact_table tr th {
  display:block;
  width: 100%;
  padding:16px 10px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #CCC
}
.contact .contact_table tr td {
  display:block;
  padding: 0 0 10px;
  border-bottom: none;
}
.contact .contact_table tr td input {
  border-top: none;
  border-color: #999;
  border-radius: 0%;
}
.contact .contact_table tr td textarea {
  border-top: none;
  border-color: #999;
  height: 150px;
  border-radius: 0%;
}
.privacy {
  width: 90%;
  margin-bottom: 4rem;
}
.privacy p {
  font-size: 90%;
  line-height: 1.5em;
}
.privacy li {
  font-size: 90%;
  line-height: 1.5em;
}
.bg_light_orange {
  margin-bottom: 4rem;
}
/*-------------SPお問い合わせページここまで-------------*/

}
/*-------------スマートフォン（787px以下）ここまで-------------*/

/*-------------タブレット（788pxから1000pxまで）ここから-------------*/
@media (min-width:788px) and (max-width:1000px){
.sp_menu {
  display: none;
}
.access_map br {
  display: none;
}
.link a br {
  display: none;
}
}
/*-------------タブレット（768pxから1000pxまで）ここまで-------------*/

/*-------------PCここから（1001px以上）ここから-------------*/
@media (min-width:1001px) {
  header .header_in {
  width: 1000px;
}
.sp_menu {
  display: none;
}
.top_image .catch {
  width: 830px;
}
.content {
  width: 960px;
}
.product_item p {
  width: 100%;
}
.link a br {
  display: none;
}
/*-------------サブページスタイルここから-------------*/
.content_in {
  width: 960px;
}
.pro_comment {
  width: 410px;
}
.gaiyou,.enkaku {
  width: 960px;
}
.access_map br {
  display: none;
}
.item {
  width: 960px;
}
.contact {
  width: 960px;
}
.privacy {
  width: 760px;
}
/*-------------サブページスタイルここから-------------*/
}
/*-------------PCここから（1000px以上）ここまで-------------*/