@charset "utf-8";
/*
Theme Name: ohashi.three.or.jp Theme
Theme URI: ohashi.three.or.jp
Description: this is ohashi.three.or.jp themes
Version: 1.0
Author: kobaishi
Author URI: e-f.co.jp
*/

@font-face {
    font-family: "DIN_Alternate_Bold";
    src: url("./assets/fonts/DIN_Alternate_Bold.eot") format('eot'),
	     url("./assets/fonts/DIN_Alternate_Bold.woff") format('woff'),
	     url("./assets/fonts/DIN_Alternate_Bold.ttf")  format('truetype');
}


/*------------------------------------------------------

   common

-------------------------------------------------------*/
:root {
    --base-color: #000000;
	--main-color: #005cb3;/* blue */
    --sub-color1: #ea8a6c;/* orange */
    --sub-color2: #4455aa;/* blue */

	
	--bg-color:   #f7f6f0;
	--font-en:     "DIN_Alternate_Bold";
	--font-marugo: "Zen Maru Gothic", serif;
	--font-Oswald: "Oswald", sans-serif;
	--font-optima: "optima-lt-pro", sans-serif;
}

body {
	position: relative;
    font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: var(--base-color);
}
input,
select,
textarea,
radio,
checkbox,
button {
	font-family: 'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6,b,strong {
	font-weight: 500;
}
p {
	line-height: 2.2;
}
.sp {
	display: none !important;
}
.img {
	position: relative;
}
img {
    vertical-align: middle;
}
.has-photo-text {
	background: #000;
}
.has-photo-text img {
	opacity: 0.3;
}
.photo-text {
	color: red;
	font-weight: 600;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}



.inner {
    max-width: 1140px;
	padding: 0 20px;
	margin:auto;
	position: relative;
}
.inner-in {
    padding: 0 100px;
}
.page-in {
    max-width: 700px;
	margin:auto;
}

.link {
    color: var(--main-color);
	text-decoration: underline !important;
}

/* radius */
.radius10 {
	border-radius: 10px;
	overflow: hidden;
}

/* off */
.link-off a {
    cursor: default !important;
    color: #ccc !important;
}

/* icon */
.icon-insta {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("./assets/img/cmn/ins_icn gd.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#global-header {
	width: 100%;
	position: fixed;
	left:0;
	top: 0;
	z-index: 1000;
}
.header-in {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    height: 75px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title {
    width: 409px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
}
.site-title a {
    display: block;
	height: 0;
	padding-top: 34px;
	background-image: url("./assets/img/cmn/site_logo_w.png");
	background-repeat :no-repeat;
	background-position :center;
	background-size: cover;
	overflow: hidden;
}

.header-ut {
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
}
.header-tel {
    width: 290px;
    text-align: center;
}
.header-tel p {
    color: #fff;
    line-height: 1;
    border: solid 1px;
    padding: 5px;
    margin-top: 5px;
}
.header-reserve {
    width: 180px;
    margin-left: 20px;
}
.header-reserve a {
    display: block;
    color: #fff;
    background: var(--main-color);
    text-align: center;
    padding: 10px;
	height: 75px;
    border-radius: 0 0 0 10px;
    position: relative;
}
.header-reserve a:after {
	content: '';
	dsiplay: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	border-width: 0px 0px 10px 10px;
	position: absolute;
	right: 10px;
	bottom:10px;
}
.h-r-text01 {
	line-height: 1;
}
.h-r-text02 {
    font-size: 24px;
    letter-spacing: 2px;
	line-height: 1;
	margin-top: 10px;
}

#global-header.scorlled-off .header-in {
	background: none;
}

#sp-nav {
	display: none;
}


/* main-nav */
.main-nav__list {
	display: flex;
	width: 100%;
}
.main-nav__list > li {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-nav__list > li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 100%;
    border-left: dotted 1px;
}
.main-nav__list > li a {
    color: var(--base-color);
    display: block;
    text-align: center;
    padding: 5px 0;
    margin: auto;
}
.main-nav__list > li .nav-ja {
	display:block;
}
.main-nav__list > li .nav-en {
	display:block;
	font-size: 13px;
	color: var(--main-color);
	font-family: var(--font-en);
	margin-top: 5px;
}

/* ----------------------------
   contets
-------------------------------*/
#main-contents {
    overflow: hidden;
}

.conBox {
    padding: 100px 0;
	position:relative;
}

/* cmn-title */
.cmn-title {
    margin-bottom: 70px;
}
.cmn-title h2 {
    font-size: 38px;
    font-weight: 500;
    font-family: var(--font-en);
    line-height: 1;
}
.cmn-title p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1;
}
.cmn-title.center {
	text-align: center;
}

.cmn-subtitle {
    font-size: 28px;
    font-weight: 400;
    font-family: var(--font-marugo);
    text-align: center;
	margin-bottom: 70px;
}
.cmn-catch {
    font-size: 26px;
    font-family: var(--font-marugo);
    text-align: center;
    line-height: 2;
    margin-bottom: 80px;
}
.cmn-desc {
    text-align: center;
    line-height: 2.4;
    margin: 40px 0;
}
.cmn-text {
    line-height: 2.4;
    margin-bottom: 40px;
}




.cmn-text-image {
    padding: 0 20px;
    text-align: center;
}

/* cmn-block */
.cmn-block__list >li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.cmn-block__list >li:nth-child(even) {
    flex-direction: row-reverse;
}
.cmn-block__list >li:last-child {
	margin-bottom: 0;
}
.cmn-block__list >li .img {
	width: 48%;
}
.cmn-block__list >li .info {
	width: 48%;
}
.cmn-block__list >li .info h3 {
	color: var(--main-color);
	font-size: 38px;
	font-weight: 100;
	font-family: var(--font-en);
	line-height :1;
	margin-bottom: 20px;
}
.cmn-block__list >li .info h4 {
	font-size: 22px;
	font-family: var(--font-marugo);
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
}
.cmn-block__list >li .info .info-title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 1px var(--main-color);
}
.cmn-block__list >li .info .info-title h4 {
	margin-bottom: 0;
}
.cmn-block__list >li .info .info-title .icon {
	margin-bottom: 20px;
}
.cmn-block__list >li .info p {
	line-height: 2;
}
.cmn-block__list >li .info p b {
	color:var(--main-color);
	font-weight: 500;
	border-bottom: solid 1px;
}
.cmn-block__list >li .info-list {
	margin-bottom:50px;
}
.cmn-block__list >li .info-list li {
	line-height:2;
	padding-left:20px;
	margin-bottom: 10px;
	position: relative;
}
.cmn-block__list >li .info-list li:last-child {
	margin-bottom:0;
}
.cmn-block__list >li .info-list li:before {
    content: '■';
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
}

/* img */
.img-text {
    text-align: center;
	margin-top: 40px;
    position: relative;
}
.img-text p {
    font-size: 17px;
    margin-top: 10px;
}
.img-text-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.img-text-wrap .img-text {
	width: 48%;
}
.img-text-wrap.has-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color);
    border-width: 20px 0px 20px 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: 40%;
}

.imgs3__list {
    display: flex;
    flex-wrap: wrap;
}
.imgs3__list >li {
    width: 32%;
    margin: 70px 0 0 2%;
}
.imgs3__list >li:nth-child(3n+1) {
    margin-left: 0;
}



/* .more */
.more {
	margin-top: 30px;
}
.more a {
    font-size: 14px;
    display: inline-block;
    color: var(--base-color);
    border: solid 1px var(--base-color);
    padding: 10px;
	min-width: 165px;
	text-align: center;
    line-height: 1;
    border-radius: 1000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more a:hover {
	color: #fff;
	background: var(--base-color);
}
.more.right {
	text-align: right;
}
.more.center {
	text-align: center;
}
.more-l {
	margin-top: 60px;
}
.more-l a {
    width: 100%;
    max-width: 300px;
    padding: 20px;
}
.more-full a {
    max-width: 100%;
	line-height: 1.6;
}

/* information__list */

.top-information__list >li {
	margin-bottom: 20px;
	border-bottom: dotted 1px;
}
.top-information__list >li a {
	display: block;
	color: var(--base-color);
	padding-right: 130px;
	padding-bottom: 20px;
	position: relative;
}
.top-information__list .information-head {
	font-size: 13px;
}
.top-information__list .information-head .date{
	margin-right: 10px;
}
.top-information__list .information-head .category {
}
.top-information__list .information-title {
	margin-top: 5px;
}
.top-information__list .to-deital {
    color: #797979;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.top-information__list .to-deital i {
	display: inline-block;
	width :6px;
	height: 6px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
    margin-left: 5px;
    vertical-align: 2px;
}


/* treatment */
.treatment__list {
    display: flex;
    flex-wrap: wrap;
}
.treatment__list >li {
    width: 23%;
    margin: 0 0 70px 2.6666%;
}
.treatment__list >li:nth-child(4n+1) {
    margin-left: 0;
}
.treatment__list >li a {
	display: block;
	color: var(--bse-color);
}
.treatment__list >li .img {
	text-align: center;
    margin-bottom: 20px;
}
.treatment__list >li .title {
	font-size: 18px;
	font-family: var(--font-marugo);
	position: relative;
	padding-right: 40px;
	line-height: 1.6;
}
.treatment__list >li .title i {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 10px;
	background: #97a4c6;
	border-radius: 100px;
	position: absolute;
    right: 0;
    top: 0;
}
.treatment__list >li .title i:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    color: #fff;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 8px;
}
.treatment__list >li .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}

/* cmn-parts--open */
.cmn-parts--open {
    max-width: 490px;
}
.cmn-parts--open table {
    width: 100%;
	border-collapse: collapse;
	border-right: solid 1px #fff;
}
.cmn-parts--open table th {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	width: 120px;
	padding: 15px 0;
}
.cmn-parts--open table td {
	text-align:center;
	color: #fff;
	padding: 15px 10px;
	border-left: solid 1px #fff;
}
.cmn-parts--open table .tr01 th {
	font-size: 17px;
	padding-top: 0;
}
.cmn-parts--open table .tr01 td {
	padding-top: 0;
}
.cmn-parts--open p {
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}
.add-hollidy {
	margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #f1f1f1;
}
.add-hollidy p {
	display: table;
	font-size: 13px;
    text-align: left;
    width: 100%;
    margin: 3px 0;
    line-height: 2;
}
.add-hollidy p span {
    vertical-align: top;
    display: table-cell;
    padding: 2px 5px;
}
.add-hollidy p .-month {
    color: #fff;
    background: #a38e66;
	width: 90px;
}


/*------------------------------------------------
   footer style
--------------------------------------------------*/
.footer-main {
	padding: 70px 0;
    background: #a38e66;
}
.footer-main-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-main--left {
    width: 48%;
}
.footer-main--left .footer-logo {
    margin-bottom: 30px;
}
.footer-main--left .address {
    font-size: 14px;
	margin-bottom: 10px;
}
.footer-main--left .tel {
    font-size: 14px;
	margin-bottom: 30px;
}
.footer-main--left h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-freetel {
	margin-bottom: 20px;
}
.footer-main--right {
    width: 50%;
}

.footer-sub {
    padding: 80px 0 30px;
	background: url("./assets/img/cmn/ft_bg.jpg") center;
	background-size: cover;
}
.footer-sub a {
    color: #343131;
	position:relative;
}
.footer-sub a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a38e66;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.footer-sub a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer-sub-in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.footer-sub--left,
.footer-sub--right {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.footer-sub--left ul {
    font-size: 13px;
    width: 50%;
}
.footer-sub--left ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-main--left .add-hollidy {
    padding: 0;
    background: none;
}
.footer-main--left .add-hollidy p {
    color: #666;
    background: #f1f1f1;
}
.footer-main--left .add-hollidy p .-month {
    background: #fff;
    color: #a38e66;
	width: 100px;
}

.footer-sub--right {
    display: table-cell;
    width: 50%;
}
.footer-sub--right-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}
.footer-sub--right-list h3 {
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.footer-sub--right-list ul {
    width: 33.3333333%;
    font-size: 14px;
}
.footer-sub--right-list ul li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-sub--right-list ul li a:before {
	content: '■';
	color: #a38e66;
	margin-right: 5px;
}
.footer-sub--right-sns ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}
.footer-sub--right-sns ul li a {
    color: #a38e66;
    letter-spacing: 2px;
}
.footer-sub--right-sns ul li a:after {
	display: none;
}
.footer-sub--right-sns ul li i {
	vertical-align: middle;
	margin-right:10px;
}

#copyright {
	font-size: 10px;
	margin-top: 30px;
	text-align: right;
}

/* backtotop */
#backtotop {
    color: var(--main-color);
	width: 40px;
    height: 40px;
    background: #fff;
    cursor:pointer;
	visibility: hidden;
	opacity: 0;
    border-radius: 100px;
    border: solid 2px;
	position:fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
#backtotop:hover {
    color: #fff;
    background: var(--blue-color);
}
#backtotop:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: calc(50% - 6px);
}


/* -----------------------------------

media query

------------------------------------- */
@media (max-width: 1140px) {

    .inner-in {
        padding: 0;
    }
	
	.header-in {
		height: 50px;
	}
	.site-title {
		width: 250px;
		top: 16px;
	}
	.site-title a {
		padding-top: 21px;
	}
	.header-ut {
		display:none;
	}

	#menu-btn {
		width: 60px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        top: 60px;
        right: 0;
        z-index: 999999;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	#menu-btn span {
        width: 40px;
        height: 2px;
        background: var(--main-color);
        position: absolute;
        left: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #menu-btn span.t {
        top: 14px;    
    }
    #menu-btn span.m {
        top: 25px;    
    }
    #menu-btn span.b {
        bottom: 12px;
    }
    #menu-btn.active {
        right: 20px;
    }
    #menu-btn.active span {
        background: #fff;
    }
    #menu-btn.active span.t {
        transform: rotate(30deg);
        top: 24px;
    }
    #menu-btn.active span.m {
        width: 0;
    }
    #menu-btn.active span.b {
        transform: rotate(-30deg);
        bottom: 24px;
    }

    #sp-nav {
        display: block;
        width: 100%;
        height: calc(100vh - 60px);
        background: var(--main-color);
        padding: 50px 0;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: -9999;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #sp-nav.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
    .sp-nav__list {
        margin-bottom: 30px;
    }
    .sp-nav__list > li {
        color: #fff;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: dotted 1px;
    }
    .sp-nav__list > li a,
    .sp-nav__list > li span {
        color: #fff;
    }
    .sp-nav__list > li a span {
        font-size: 80%;
    }
	
	.sp-nav__list .treatment__list{
		margin-top: 20px;
	}
    .sp-nav__list .treatment__list >li {
        width: 32%;
        margin: 0 0 15px 2%;
    }
	.sp-nav__list .treatment__list >li:nth-child(2n+1) {
        margin: 0 0 15px 2%;
    }
	.sp-nav__list .treatment__list >li:nth-child(3n+1) {
		margin-left: 0;
	}
	.sp-nav__list .treatment__list >li .img {
		margin-bottom: 5px;
	}
    .sp-nav__list .treatment__list >li .title {
        font-size: 10px;
        padding-right: 0;
        text-align: center;
    }
    .sp-nav__list .treatment__list >li .title i {
        display: none;
    }
    .sp-nav__list .treatment__list >li .desc {
        display:none;
    }

	.sp-ut {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
	}
	.header-tel {
		width: 48%;
	}
	.header-reserve {
		width: 48%;
	}
	.header-reserve a {
		color: var(--main-color);
		background: #fff;
		border-radius: 10px;
	}
	#sp-nav .cmn-parts--open {
		color: #fff;
		margin: auto;
	}

}

@media (max-width: 815px) {

	body {
        font-size: 13px;
		min-width: 375px;
        overflow-x: hidden;
	}
	body.menu-fix {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

	.inner {
		 width: 100%;
        padding: 0 20px;
	}

	#menu-btn {
        top: 50px;
    }
    #sp-nav {
        height: calc(100vh - 50px);
        top: 50px;
    }


	.conBox {
		padding: 50px 0;
	}
    .cmn-title {
        margin-bottom: 30px;
    }
    .cmn-title h2 {
        font-size: 28px;
    }
    .cmn-title p {
        font-size: 12px;
    }
	.cmn-subtitle {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.cmn-catch {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.cmn-desc {
		font-size: 12px;
		text-align: left;
	}
	.cmn-text {
		font-size: 12px;
	}

	.treatment__list >li {
		width: 48%;
		margin: 0 0 40px 4%;
	}
	.treatment__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.treatment__list >li .title {
		font-size: 14px;
		padding-right: 30px;
	}
	.treatment__list >li .title i {
		width: 20px;
		height: 20px;
	}
	.treatment__list >li .title i:after {
		top: 6px;
		left: 5px;
	}
	.treatment__list >li .desc {
		font-size: 12px;
		margin-top: 10px;
	}

	.cmn-parts--open table {
		font-size: 12px;
    }
    .cmn-parts--open table th {
        font-size: 12px;
        padding: 10px 0;
    }
    .cmn-parts--open table td {
        padding: 10px;
    }

	.cmn-block__list >li {
		display: block;
		margin-bottom: 50px;
	}
	.cmn-block__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.cmn-block__list >li .info {
		width: 100%;
	}
	.cmn-block__list >li .info h3 {
		font-size: 24px;
	}
	.cmn-block__list >li .info h4 {
		font-size: 16px;
	}
	.cmn-block__list >li .info p {
		font-size: 12px;
	}

	.imgs3__list >li {
		margin: 40px 0 0 2%;
	}
	.imgs3__list >li:nth-child(3n+1) {
		margin-left: 0;
	}

	.more-l {
		margin-top: 40px;
	}
	.more.sp-center {
		text-align: center;
	}


/* footer */
    .footer-main-in {
        display: block;
    }
	.footer-main--left {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	.footer-main--right {
		display: block;
		width: auto;
	}
	.footer-main--right iframe {
		display: block;
		height: 300px;
	}
	
	.footer-sub--left {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}
	.footer-sub--left ul {
		width:100%;
		margin-bottom: 10px;
	}
	.footer-sub--right {
		display: block;
		width: auto;
	}
	.footer-sub--right-list ul {
		width: 100%;
		margin-bottom: 15px;
	}
	#copyright {
		text-align: center;
	}

}

